1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/editor/fuzzyfinder.lua: set filesize limit for preview

This commit is contained in:
Henrik Hautakoski 2024-09-05 14:56:46 +02:00
parent 09e9178a4e
commit 7876215489

View file

@ -43,6 +43,9 @@ return {
},
},
borderchars = border,
preview = {
filesize_limit = 0.1
}
},
pickers = {
find_files = {