add copilot item kind to cmp config

v2.5
Willian Alves 3 years ago
parent 7bbeff2acb
commit c4f013ec52

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

Loading…
Cancel
Save