Exafunction / codeium.nvim

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

Code suggestion does not work #198

Open guoliang opened 2 weeks ago

guoliang commented 2 weeks ago

Few days ago I found that after updating Codeium, the code suggestion stop working. What I found working was to add commit = '289eb724e5d6fab2263e94a1ad6e54afebefafb2' in the setup file for Codeium. Few days later I tried removing that line to see whether the issue has been fixed.

It has not. So, I still need to have the line in my setup file otherwise code suggestion does not work. I cannot go back to the issue I originally found the temporary suggestion. But anyone know the status of it?

aliaksandr-trush commented 2 weeks ago

Looks like issue related to codeium.vim, not codeium.nvim plugin. Please check discussion in the https://github.com/Exafunction/codeium.vim/issues/376

guoliang commented 2 weeks ago

Oh, I did not realize it was two different version of this plugin. Seems like this one is to go since it is native for neovim.

Thanks for pointing it out, didn't think about it until your comment