mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: telescope: increase preview cutoff
This commit is contained in:
parent
b3add4670f
commit
aed64ca4a0
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ return {
|
|||
borderchars = border,
|
||||
preview = {
|
||||
filesize_limit = 0.1
|
||||
},
|
||||
layout_config = {
|
||||
horizontal = {
|
||||
preview_cutoff = 200,
|
||||
}
|
||||
}
|
||||
},
|
||||
pickers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue