vim/telescope: remove 'bottom_pane' from cycle of layouts

This commit is contained in:
Fernando Schauenburg 2023-07-15 23:42:50 +02:00
parent 47a9914508
commit 3f247adbd0

View file

@ -44,7 +44,6 @@ local config = function()
}, },
cycle_layout_list = { cycle_layout_list = {
{ layout_strategy = 'bottom_pane', layout_config = { width = 1, height = 0.4 }, },
'horizontal', 'horizontal',
'vertical', 'vertical',
}, },