This commit is contained in:
Toth Alex 2023-10-02 00:52:42 +02:00
parent 75e4932e68
commit 72aa7f65b2
2 changed files with 6 additions and 9 deletions

View file

@ -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`