rj1
log | files | refs
commit a925f50ff4a3678490e7c3902315221b50f5b7bc
parent 4ee96ca9ee792374a0c8f8a1b6fd0ab0f91d7365
author: rj1 <[email protected]>
date:   Sat, 18 May 2024 11:42:23 -0600

nvim: vertical telescope preview

Diffstat:
M.config/nvim/lua/rj1/telescope.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/nvim/lua/rj1/telescope.lua b/.config/nvim/lua/rj1/telescope.lua @@ -27,6 +27,7 @@ require("telescope").setup({ prompt_prefix = " 󰍉 ", entry_prefix = " ", selection_caret = " 󰅂 ", + layout_strategy = "vertical", layout_config = { width = 0.8, height = 0.5,