diff --git a/nvim/lua/user/plugins/editor/fuzzyfinder.lua b/nvim/lua/user/plugins/editor/fuzzyfinder.lua index 700e24f..e6c5a48 100644 --- a/nvim/lua/user/plugins/editor/fuzzyfinder.lua +++ b/nvim/lua/user/plugins/editor/fuzzyfinder.lua @@ -46,6 +46,11 @@ return { borderchars = border, preview = { filesize_limit = 0.1 + }, + layout_config = { + horizontal = { + preview_cutoff = 200, + } } }, pickers = {