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 e1f3101..cb9f56f 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -121,7 +121,7 @@ cmp.setup { select = false, }, documentation = { - -- border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, }, experimental = { ghost_text = true, |
