Merge pull request #113 from willianba/master

add copilot item kind to cmp config
This commit is contained in:
Sidhanth Rathod 2022-10-04 16:12:34 +05:30 committed by GitHub
commit c4f434c61b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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