diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-29 13:48:23 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-29 13:48:23 +0100 |
| commit | c5da25cb6c8d10315b441e69829e179753dd5c5c (patch) | |
| tree | 452fc6b2f10245f71b1cd36bbf0c54ab477f3f75 /lua/user/cmp.lua | |
| parent | 17d41ad8222f83fa0537cb70fbc823675b1389e2 (diff) | |
adding colorscheme & changing indentation
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, |
