chore(nvim): add transparency to the popup menu
This commit is contained in:
parent
7b756e570a
commit
638c058642
|
@ -69,6 +69,7 @@ local function set_vim_o()
|
|||
linebreak = true,
|
||||
mouse = 'n',
|
||||
number = true,
|
||||
pumblend = 10,
|
||||
relativenumber = true,
|
||||
scrolloff = 10,
|
||||
shiftwidth = 2,
|
||||
|
|
Loading…
Reference in a new issue