Nvim: change telescope layout to vertical
This commit is contained in:
parent
5ef4529512
commit
bbce000bcd
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ return {
|
||||||
"zane-/cder.nvim",
|
"zane-/cder.nvim",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
defaults = {
|
||||||
|
layout_strategy = "vertical",
|
||||||
|
layout_defaults = {
|
||||||
|
vertical = {
|
||||||
|
preview_height = 0.5,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
find_files = { find_command = { "fd", "-Ht", "f" } },
|
find_files = { find_command = { "fd", "-Ht", "f" } },
|
||||||
lsp_references = { show_line = false },
|
lsp_references = { show_line = false },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue