Fix documentation is deprecated error

Fixes:
[nvim-cmp] documentation is deprecated.
[nvim-cmp] Please use window.documentation = cmp.config.window.bordered() instead.
pull/204/head
digitalfrost 2 years ago committed by GitHub
parent 2683495c3d
commit 7215dbbf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ cmp.setup {
behavior = cmp.ConfirmBehavior.Replace, behavior = cmp.ConfirmBehavior.Replace,
select = false, select = false,
}, },
documentation = { window = {
border = { "", "", "", "", "", "", "", "" }, border = { "", "", "", "", "", "", "", "" },
}, },
experimental = { experimental = {

Loading…
Cancel
Save