Add documentation for completion items
This commit is contained in:
@@ -70,6 +70,12 @@ cmp.setup({
|
|||||||
},
|
},
|
||||||
experimental = {
|
experimental = {
|
||||||
ghost_text = true
|
ghost_text = true
|
||||||
|
},
|
||||||
|
documentation = {
|
||||||
|
border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
||||||
|
},
|
||||||
|
sorting = {
|
||||||
|
comparators = cmp.config.compare.recently_used
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user