mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add codeium and tabnine (#241)
This commit is contained in:
parent
e4c30b1c9b
commit
8a244db737
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue