1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/finder.lua: disable preview per default.

This commit is contained in:
Henrik Hautakoski 2025-01-26 18:42:53 +01:00
parent 9d371f0de7
commit cc00ba4eb1

View file

@ -31,6 +31,7 @@ return {
},
borderchars = ui.border,
preview = {
enabled = false,
filesize_limit = 0.1
},
layout_strategy = "vertical",
@ -39,6 +40,7 @@ return {
vertical = {
width = utils.width(0.5, { min = 80, max = 100, padding = 10}),
height = utils.height(0.6, { min = 15, max = 50, padding = 2}),
preview_height = 0.0
},
horizontal = {
width = utils.width(0.95, { min = 80, max = 180, padding = 10 }),