mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
add copilot item kind to cmp config
This commit is contained in:
parent
7bbeff2acb
commit
c4f013ec52
1 changed files with 1 additions and 0 deletions
|
|
@ -38,4 +38,5 @@ return {
|
||||||
-- CmpItemKindEvent = { fg = "" },
|
-- CmpItemKindEvent = { fg = "" },
|
||||||
CmpItemKindOperator = { fg = base16.base05 },
|
CmpItemKindOperator = { fg = base16.base05 },
|
||||||
CmpItemKindTypeParameter = { fg = base16.base08 },
|
CmpItemKindTypeParameter = { fg = base16.base08 },
|
||||||
|
CmpItemKindCopilot = { fg = colors.green },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue