make preview vertical

This commit is contained in:
Sean Villars 2024-10-04 15:42:22 -05:00
parent 3db467b29c
commit 9e50aa753f
1 changed files with 12 additions and 0 deletions

View File

@ -402,6 +402,18 @@ require('lazy').setup({
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
--
defaults = {
layout_strategy = 'vertical',
layout_config = {
vertical = {
preview_cutoff = 0,
width = 0.95,
height = 0.95,
},
},
-- layout_config = { height = 0.95 },
},
-- pickers = {}
extensions = {
['ui-select'] = {