mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
test gruvebox color scheme
This commit is contained in:
parent
6faaa82c7b
commit
c60e87d5ec
4 changed files with 36 additions and 34 deletions
|
@ -43,7 +43,8 @@ local setup = {
|
|||
scroll_up = "<c-u>", -- binding to scroll up inside the popup
|
||||
},
|
||||
window = {
|
||||
border = "rounded", -- 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