Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
763 stars 57 forks source link

fix: remove errors when no Internet connection is available #35

Closed dakata1337 closed 1 year ago

dakata1337 commented 1 year ago

I've noticed that when I lose Internet connection, on every keystroke, I get a 503 Service Unavailable error (image attached). In order to remove the 503 messages, we could just check the error code, just like the 408 Request Timeout.

codeium-error

jcdickinson commented 1 year ago

Thanks for the contribution!