diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index c5e2d3e..64f6dbc 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -117,7 +117,7 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { + window = { border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, }, experimental = {