tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 28 forks source link

Add kind highlight group #100

Closed BrunoKrugel closed 1 year ago

BrunoKrugel commented 1 year ago

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

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

tzachar commented 1 year ago

Can you please add appropriate text to the README?

BrunoKrugel commented 1 year ago

done

tzachar commented 1 year ago

10x