fix 05: documentation is deprecated, use window.documentation

pull/187/head
lytixdev 2 years ago
parent 2683495c3d
commit acfd070c37

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

Loading…
Cancel
Save