feat: added support for CmpGhostText
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user