update cmp documentation config

This commit is contained in:
2022-04-13 20:59:53 +03:00
parent 44e3f60a40
commit dd055464a4

View File

@@ -76,10 +76,9 @@ cmp.setup({
cmp.config.compare.kind,
},
},
documentation = {
border = { "", "", "", "", "", "", "", "" },
zindex = 999,
format = { "markdown" },
window = {
completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
},
formatting = {
format = function(entry, vim_item)