mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: increase telescope overlay size when searching in current buffer
This commit is contained in:
parent
864c846663
commit
6cc5014445
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue