Exafunction / codeium.nvim

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

Installation does not seem to work on Mac OS #112

Open sittim opened 8 months ago

sittim commented 8 months ago

nevovim V0.9.4

I used packer to install as per readme. After running "PackerUpdate", I restarted neovim, than tried to run: :Codeium Auth and the response was:

image

the file ~/.cache/nvim/codeium.log does not exist.

sittim commented 8 months ago

Interesting, after I remove the calls for codeium.nvim to go back to the codeium.vim (the official version), after PackerUpdate command and nvim re-start, I get this:

image

pqn commented 7 months ago

It seems like packer is no longer maintained. Maybe you can try with lazy.nvim?