nvim: increase telescope overlay size when searching in current buffer

This commit is contained in:
Primrose 2025-07-03 14:08:12 +02:00
parent 864c846663
commit 6cc5014445
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -38,7 +38,7 @@ telescope.setup {
find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" }, find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" },
}, },
current_buffer_fuzzy_find = { current_buffer_fuzzy_find = {
previewer = false, layout_config = { height = 0.8 },
}, },
}, },
} }