diff --git a/home/.config/nvim/lua/plugins/telescope.lua b/home/.config/nvim/lua/plugins/telescope.lua index eef42428..de099f7d 100644 --- a/home/.config/nvim/lua/plugins/telescope.lua +++ b/home/.config/nvim/lua/plugins/telescope.lua @@ -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 },