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, cmp.config.compare.kind,
}, },
}, },
documentation = { window = {
border = { "", "", "", "", "", "", "", "" }, completion = cmp.config.window.bordered(),
zindex = 999, documentation = cmp.config.window.bordered(),
format = { "markdown" },
}, },
formatting = { formatting = {
format = function(entry, vim_item) format = function(entry, vim_item)