mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
c60e87d5ec
commit
ed1e4985fb
4 changed files with 29 additions and 26 deletions
|
@ -43,8 +43,8 @@ local setup = {
|
|||
scroll_up = "<c-u>", -- binding to scroll up inside the popup
|
||||
},
|
||||
window = {
|
||||
-- border = "rounded", -- none, single, double, shadow
|
||||
border = "none", -- none, single, double, shadow
|
||||
border = "rounded", -- none, single, double, shadow
|
||||
-- border = "none", -- none, single, double, shadow
|
||||
position = "bottom", -- bottom, top
|
||||
margin = { 1, 0, 1, 0 }, -- extra window margin [top, right, bottom, left]
|
||||
padding = { 2, 2, 2, 2 }, -- extra window padding [top, right, bottom, left]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue