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,9 +117,11 @@ cmp.setup {
behavior = cmp.ConfirmBehavior.Replace,
select = false,
},
window = {
documentation = {
border = { "", "", "", "", "", "", "", "" },
},
},
experimental = {
ghost_text = false,
native_menu = false,

Loading…
Cancel
Save