mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
34f207c5db
commit
bf03db1c39
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ return {
|
||||||
-- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details
|
-- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
max_height = '40%', -- max height of the palette
|
max_height = '40%', -- max height of the palette
|
||||||
|
max_width='40%',
|
||||||
min_height = 0, -- set to the same as 'max_height' for a fixed height window
|
min_height = 0, -- set to the same as 'max_height' for a fixed height window
|
||||||
prompt_position = 'top', -- 'top' or 'bottom' to set the location of the prompt
|
prompt_position = 'top', -- 'top' or 'bottom' to set the location of the prompt
|
||||||
reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position'
|
reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue