From 87b3c29b07ff5390188af5815e0290c854549829 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 14:48:12 +0100 Subject: documentation window syntax has changed, causing an error message. This commit corrects this. --- lua/user/cmp.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lua/user/cmp.lua') diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index c5e2d3e..9f5f48b 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -117,8 +117,10 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = { + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + } }, experimental = { ghost_text = false, -- cgit v1.2.3