diff options
-rw-r--r-- | lua/user/cmp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 81e8160..ff6a97e 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -123,8 +123,8 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = "native", }, experimental = { ghost_text = true, -- grey autosuggestion |