Fix cmp documentation error

pull/146/head
Brian Thompson 3 years ago
parent 21877b4ced
commit bf16500e18
No known key found for this signature in database
GPG Key ID: EC9447F52FC6EAD1

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