Exafunction / codeium.vim

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

Fix bug with missing host for custom api_url #160

Closed rivernate closed 1 year ago

rivernate commented 1 year ago

When trying to authenticate using :Codeium Auth and config for a self hosted server, it fails due to the host not being included in the constructed register user url.

rivernate commented 1 year ago

I was able to get it to work based on instructions to use the full url for api_url config instead of a relative path.