nvim: remove 'cursor' layout from cycle in Telescope

This commit is contained in:
Fernando Schauenburg 2023-01-28 23:37:13 +01:00
parent cf5d50e324
commit 82df3ed13e

View file

@ -37,8 +37,7 @@ telescope.setup {
},
cycle_layout_list = {
{ layout_strategy = 'cursor', layout_config = { width = 0.5, height = 0.4 }, },
{ layout_strategy = 'bottom_pane', layout_config = { width = 0.9, height = 0.4 }, },
{ layout_strategy = 'bottom_pane', layout_config = { width = 1, height = 0.4 }, },
'horizontal',
'vertical',
},