feat: added support for CmpGhostText

This commit is contained in:
Folke Lemaitre
2023-05-27 10:39:38 +02:00
parent 90b711c052
commit 89093235d5

View File

@@ -549,6 +549,7 @@ function M.setup()
-- Cmp -- Cmp
CmpDocumentation = { fg = c.fg, bg = c.bg_float }, CmpDocumentation = { fg = c.fg, bg = c.bg_float },
CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float }, CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float },
CmpGhostText = { fg = c.comment },
CmpItemAbbr = { fg = c.fg, bg = c.none }, CmpItemAbbr = { fg = c.fg, bg = c.none },
CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true }, CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },