From bf16500e187d8502191dac051c5380956cf67d80 Mon Sep 17 00:00:00 2001 From: Brian Thompson Date: Wed, 11 May 2022 09:13:10 -0500 Subject: [PATCH] Fix cmp documentation error --- lua/user/cmp.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index a151214..df5c052 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -119,8 +119,10 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = { + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + }, }, experimental = { ghost_text = false,