feat: cmp TabNine kind color

This commit is contained in:
Folke Lemaitre
2023-10-14 18:27:03 +02:00
parent 99e9b2cb3a
commit 2947de3228

View File

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