diff --git a/nvim/lua/user/plugins/editor/fuzzyfinder.lua b/nvim/lua/user/plugins/editor/fuzzyfinder.lua index 8eaf2cf..09bf820 100644 --- a/nvim/lua/user/plugins/editor/fuzzyfinder.lua +++ b/nvim/lua/user/plugins/editor/fuzzyfinder.lua @@ -43,6 +43,9 @@ return { }, }, borderchars = border, + preview = { + filesize_limit = 0.1 + } }, pickers = { find_files = {