Merge pull request #113 from willianba/master

add copilot item kind to cmp config
v2.5
Sidhanth Rathod 3 years ago committed by GitHub
commit c4f434c61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save