feat(cmp): added color for copilot item kind

This commit is contained in:
Folke Lemaitre
2023-03-01 22:54:24 +01:00
parent 735e94f3b3
commit 89ab6bca84

View File

@@ -523,6 +523,7 @@ function M.setup()
CmpItemKindConstant = { fg = c.magenta, bg = c.none },
CmpItemKindReference = { fg = c.magenta, bg = c.none },
CmpItemKindValue = { fg = c.magenta, bg = c.none },
CmpItemKindCopilot = { fg = c.teal, bg = c.none },
CmpItemKindFunction = { fg = c.blue, bg = c.none },
CmpItemKindMethod = { fg = c.blue, bg = c.none },