diff options
Diffstat (limited to 'lua/user/cmp.lua')
| -rw-r--r-- | lua/user/cmp.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 0ba1fc7..2966f5f 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -121,8 +121,10 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = { + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + } }, experimental = { ghost_text = false, |
