Exafunction / codeium.vim

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

Disable the authentication errors #120

Open Jendker opened 1 year ago

Jendker commented 1 year ago

I am using neovim on my personal machine with excellent Codeium but at work because of the policy I cannot use it. To comply with that, I am not logging in to Codeium at my work laptop. The problem is that I am getting the notification that I should authenticate every time I start insert mode or make any edits:

E15: Invalid expression: 'Codeium: No API key found; maybe you need to run `:Codeium Auth`'?

I know, I should probably use the variable let g:codeium_enabled = v:false but that's another thing I need to set up separately on each machine. Would it be possible to add an option to disable the authentication notifications?