1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-23 02:53:40 +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, borderchars = border,
preview = {
filesize_limit = 0.1
}
}, },
pickers = { pickers = {
find_files = { find_files = {