codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

Disable the authentication errors

Open Jendker opened this issue 1 year ago • 0 comments

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?

Jendker avatar Apr 26 '23 09:04 Jendker