Add documentation for completion items

This commit is contained in:
2021-11-16 16:22:00 +03:00
parent 92124c0ac3
commit 7a049c7238

View File

@@ -70,6 +70,12 @@ cmp.setup({
},
experimental = {
ghost_text = true
},
documentation = {
border = { "", "", "", "", "", "", "", "" },
},
sorting = {
comparators = cmp.config.compare.recently_used
}
})