Exafunction / codeium.nvim

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

feat: Enterprise mode support #144

Closed consoleaf closed 4 months ago

consoleaf commented 4 months ago

In #141 there was a typo accessing config.api instead of config.options.api. This PR fixes that.

Also i found that my changes broke logging in because api host was different from portal url, so fixed that too.

fortenforge commented 4 months ago

Thanks!