make preview vertical
This commit is contained in:
parent
3db467b29c
commit
9e50aa753f
12
init.lua
12
init.lua
|
|
@ -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'] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue