1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: telescope: increase preview cutoff

This commit is contained in:
Henrik Hautakoski 2024-09-05 21:58:30 +02:00
parent b3add4670f
commit aed64ca4a0

View file

@ -46,6 +46,11 @@ return {
borderchars = border,
preview = {
filesize_limit = 0.1
},
layout_config = {
horizontal = {
preview_cutoff = 200,
}
}
},
pickers = {