update cmp documentation config
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user