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