Exafunction / codeium.nvim

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

1.2.64 not work #80

Closed beingwww closed 9 months ago

beingwww commented 11 months ago

I'm using codeium.vim and your codeium.nvim at the same time, this is convenient for me, but when updating to your latest version, cmp doesn't seem to be able to show the relevant autocompletion anymore, and I'd like to know if there's a problem somewhere!

beingwww commented 10 months ago

it seems to be the nvim-cmp's problem, I change nvim-cmp to some old version, and it worked now.

brunolpsousa commented 10 months ago

it seems to be the nvim-cmp's problem, I change nvim-cmp to some old version, and it worked now.

Looks like you're right. The problem seems to be commit 3b9f280, the previous one is working fine for me

chenhuiapp commented 10 months ago

How to use codeium now? Should I wait? Is there a work around?

gaetan-puleo commented 10 months ago

it seems to be the nvim-cmp's problem, I change nvim-cmp to some old version, and it worked now.

Looks like you're right. The problem seems to be commit 3b9f280, the previous one is working fine for me

I can confirm this information

cleong14 commented 10 months ago

84 helped fix this issue for me.

pqn commented 9 months ago

Closing given #84 and #88.