make cmp popups with grey bckg and no borders

This commit is contained in:
Vladan Popovic 2024-04-18 14:47:34 +02:00
parent 64d04c8618
commit 7a61c5ef16
1 changed files with 7 additions and 2 deletions

View File

@ -58,8 +58,13 @@ cmp.setup({
end,
},
window = {
completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
completion = {
border = nil,
},
documentation = {
border = nil,
max_height = 2000,
}
},
completion = {
autocomplete = false,