codeium.vim
codeium.vim copied to clipboard
I can't add an API key
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?
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:
- I removed the plugin from nvim and removed the
~/.codeium
folder - Switched to kitty, reinstalled the plugin and launched
:Codeium Auth
- It worked just fine.
- 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.