From 5b62791ded1e811c6e2d576b83096dbf70b6023a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Wed, 13 Apr 2022 12:21:05 -0500 Subject: [PATCH] Fix documentation deprecation --- 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..7b267a4 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,