add codeium and tabnine (#241)

This commit is contained in:
Bruno Krugel 2023-09-12 21:49:56 -03:00 committed by GitHub
parent e4c30b1c9b
commit 8a244db737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,8 @@ local item_kinds = {
CmpItemKindOperator = { fg = base16.base05 },
CmpItemKindTypeParameter = { fg = base16.base08 },
CmpItemKindCopilot = { fg = colors.green },
CmpItemKindCodeium = { fg = colors.vibrant_green },
CmpItemKindTabNine = {fg = colors.baby_pink },
}
local cmp_ui = require("core.utils").load_config().ui.cmp