Exafunction / codeium.nvim

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

Setting symbol for Codeium completion #23

Closed DieracDelta closed 1 year ago

DieracDelta commented 1 year ago

I see here the symbol_map for nvim_cmp is set with one mapping: Suggestion. Does Suggestion correspond only to codeium's suggestions?

jcdickinson commented 1 year ago

Yes, I haven't seen any other suggestion plugins use this. If you have a better category then I am open to changing it.

DieracDelta commented 1 year ago

Ah, it's set here. Copilot uses Copilot. Maybe Codeium would be more specific? And adding some documentation about setting the nvim-cmp icon.

If that sounds good, I can open a PR

jcdickinson commented 1 year ago

A PR would be extremely appreciated, thank you!