Exafunction / codeium.nvim

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

After unlocking nvim-cmp, updating, codeium gives off-by-one completion #86

Closed Herob527 closed 10 months ago

Herob527 commented 10 months ago

So, I updated nvim-cmp (via lazy sync) which fixed codeium completions, but I'm getting off-by-one completions which aren't apparent in other sources

https://github.com/jcdickinson/codeium.nvim/assets/61355107/37510aba-01a3-48f2-95c0-e1619099561c

cnfczn commented 10 months ago

same problem

caiyanhu commented 10 months ago

same error

rjshrjndrn commented 10 months ago

Is this project maintained? I don't see any active commits apart from the bot.

rjshrjndrn commented 10 months ago

Seems like this commit causes the issue. https://github.com/jcdickinson/codeium.nvim/commit/68e387cf96d53b2cfa325b44f2fae72a82e9f1a8 reverting to an older commit, solves the issue.