add codeium and tabnine (#241)

v2.5
Bruno Krugel 2 years ago committed by GitHub
parent e4c30b1c9b
commit 8a244db737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save