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:
parent
09e9178a4e
commit
7876215489
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ return {
|
|||
},
|
||||
},
|
||||
borderchars = border,
|
||||
preview = {
|
||||
filesize_limit = 0.1
|
||||
}
|
||||
},
|
||||
pickers = {
|
||||
find_files = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue