diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index c5e2d3e..626dfb1 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -117,9 +117,11 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, - }, + window = { + documentation = { + order = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + }, + } experimental = { ghost_text = false, native_menu = false,