add copilot item kind to cmp config

This commit is contained in:
Willian Alves 2022-10-03 22:58:29 -03:00
parent 7bbeff2acb
commit c4f013ec52

View file

@ -38,4 +38,5 @@ return {
-- CmpItemKindEvent = { fg = "" },
CmpItemKindOperator = { fg = base16.base05 },
CmpItemKindTypeParameter = { fg = base16.base08 },
CmpItemKindCopilot = { fg = colors.green },
}