nvim: remove 'cursor' layout from cycle in Telescope
This commit is contained in:
parent
cf5d50e324
commit
82df3ed13e
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue