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?
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:
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?