fix
This commit is contained in:
parent
75e4932e68
commit
72aa7f65b2
2 changed files with 6 additions and 9 deletions
6
init.lua
6
init.lua
|
|
@ -529,6 +529,12 @@ cmp.setup {
|
|||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
},
|
||||
window = {
|
||||
completion = {
|
||||
border = "rounded",
|
||||
winhighlight = "Normal:CmpNormal,CursorLine:MyPmenuSel",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue