[FIX] cmp documentation error

pull/152/head
Rohan Ghige 2 years ago
parent a7e69fca89
commit 23c927e16d

@ -119,9 +119,11 @@ cmp.setup {
behavior = cmp.ConfirmBehavior.Replace, behavior = cmp.ConfirmBehavior.Replace,
select = false, select = false,
}, },
window = {
documentation = { documentation = {
border = { "", "", "", "", "", "", "", "" }, border = { "", "", "", "", "", "", "", "" },
}, },
},
experimental = { experimental = {
ghost_text = false, ghost_text = false,
native_menu = false, native_menu = false,

Loading…
Cancel
Save