From 3ea062d9fd5ac3032a727fbce707aeb4c0d679e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Wed, 13 Apr 2022 12:21:38 -0500 Subject: [PATCH] Update lua/user/cmp.lua --- lua/user/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 7b267a4..df5c052 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -119,7 +119,7 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - window= { + window = { documentation = { border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, },