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",
|
||||
},
|
||||
opts = {
|
||||
defaults = {
|
||||
layout_strategy = "vertical",
|
||||
layout_defaults = {
|
||||
vertical = {
|
||||
preview_height = 0.5,
|
||||
},
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
find_files = { find_command = { "fd", "-Ht", "f" } },
|
||||
lsp_references = { show_line = false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue