Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
647 stars 50 forks source link

Add kind highlight group #54

Closed BrunoKrugel closed 1 year ago

BrunoKrugel commented 1 year ago

Add a codeium cmp source with a builtin highlight group CmpItemKindCodeium, so users can add their own highlight, for example:

vim.api.nvim_set_hl(0, "CmpItemKindCodeium", {fg ="#6CC644"})

jcdickinson commented 1 year ago

Awesome, thanks for the contribution!