chore(nvim): add transparency to the popup menu

This commit is contained in:
Oliver Davies 2021-11-09 08:25:06 +00:00
parent 7b756e570a
commit 638c058642

View file

@ -69,6 +69,7 @@ local function set_vim_o()
linebreak = true,
mouse = 'n',
number = true,
pumblend = 10,
relativenumber = true,
scrolloff = 10,
shiftwidth = 2,