diff --git a/config/nvim/lua/lsp.lua b/config/nvim/lua/lsp.lua index 1742b7c..356719b 100644 --- a/config/nvim/lua/lsp.lua +++ b/config/nvim/lua/lsp.lua @@ -70,6 +70,12 @@ cmp.setup({ }, experimental = { ghost_text = true + }, + documentation = { + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + }, + sorting = { + comparators = cmp.config.compare.recently_used } })