mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Merge pull request #113 from willianba/master
add copilot item kind to cmp config
This commit is contained in:
commit
c4f434c61b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,4 +38,5 @@ return {
|
|||
-- CmpItemKindEvent = { fg = "" },
|
||||
CmpItemKindOperator = { fg = base16.base05 },
|
||||
CmpItemKindTypeParameter = { fg = base16.base08 },
|
||||
CmpItemKindCopilot = { fg = colors.green },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue