Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.12k stars 147 forks source link

I can't add an API key #333

Open somokill opened 6 months ago

somokill commented 6 months ago

I'm trying to run the command ":Codeium Auth". The browser opens and I see my key, but neovim freezes on the "Navigating to {URL}" message. I already set up Codium before and everything worked, how can I fix this?

DaitiDay commented 3 months ago

Same exact problem. Don't know if it is a useful info, but on nvim 0.9.5 everything works, while on 0.10.0 it's "broken".

Update: I manage to get a workaraound to this problem. I was using alacritty, so I did the following:

  1. I removed the plugin from nvim and removed the ~/.codeium folder
  2. Switched to kitty, reinstalled the plugin and launched :Codeium Auth
  3. It worked just fine.
  4. Back to alacritty everything is seems to be back to normal (wrt the Auth problem) Don't know what happen and/or if this is the same setup/problem @somokill reported, but I think it's something worth trying.