From b8c2a62b3bd3827aa059b43be3dd4b5c45037d65 Mon Sep 17 00:00:00 2001 From: tj-moody <92702993+tj-moody@users.noreply.github.com> Date: Sun, 11 Jun 2023 00:21:19 -0400 Subject: [PATCH] Update ghost_text type to allow true (#1616) --- lua/cmp/types/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cmp/types/cmp.lua b/lua/cmp/types/cmp.lua index 0eb0f1b..425be90 100644 --- a/lua/cmp/types/cmp.lua +++ b/lua/cmp/types/cmp.lua @@ -150,7 +150,7 @@ cmp.ItemField = { ---@field public expand fun(args: cmp.SnippetExpansionParams) ---@class cmp.ExperimentalConfig ----@field public ghost_text cmp.GhostTextConfig|false +---@field public ghost_text cmp.GhostTextConfig|boolean ---@class cmp.GhostTextConfig ---@field hl_group string