Fix #158 [nvim-cmp] documentation is deprecated

pull/201/head
S1M0N38 2 years ago committed by GitHub
parent 2683495c3d
commit 7f2cb0c69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save