mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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,
|
borderchars = border,
|
||||||
preview = {
|
preview = {
|
||||||
filesize_limit = 0.1
|
filesize_limit = 0.1
|
||||||
|
},
|
||||||
|
layout_config = {
|
||||||
|
horizontal = {
|
||||||
|
preview_cutoff = 200,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue