Nvim: change telescope layout to vertical

This commit is contained in:
Marko Korhonen 2023-11-18 23:23:39 +02:00
parent cbee7ac985
commit 7882ab1922
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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 },