diff options
Diffstat (limited to 'lua/user/cmp.lua')
| -rw-r--r-- | lua/user/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index cb9f56f..942dd3f 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -120,7 +120,7 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { + native = { border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, }, experimental = { |
