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, end,
}, },
window = { window = {
completion = cmp.config.window.bordered(), completion = {
documentation = cmp.config.window.bordered(), border = nil,
},
documentation = {
border = nil,
max_height = 2000,
}
}, },
completion = { completion = {
autocomplete = false, autocomplete = false,