From c5da25cb6c8d10315b441e69829e179753dd5c5c Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 29 Jan 2022 13:48:23 +0100 Subject: adding colorscheme & changing indentation --- lua/user/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/cmp.lua') 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, -- cgit v1.2.3