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,
|
linebreak = true,
|
||||||
mouse = 'n',
|
mouse = 'n',
|
||||||
number = true,
|
number = true,
|
||||||
|
pumblend = 10,
|
||||||
relativenumber = true,
|
relativenumber = true,
|
||||||
scrolloff = 10,
|
scrolloff = 10,
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
|
|
Loading…
Reference in a new issue