Exafunction / codeium.vim

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

Codeium Auth fails ("version of Vim is unsupported") #177

Closed dechimp closed 1 year ago

dechimp commented 1 year ago

I've tried authorizing Codeium on the latest versions of vim provided by nix (9.0.135) and the AUR on arch linux (9.0.1628), but I keep getting: This version of Vim is unsupported. Install Vim 9.0.0185 or greater to use Codeium.

I believe it's failing this condition: let s:vim_virt_text_support = has('patch-9.0.0185') && has('textprop') More specifically, has('patch-9.0.0185') is returning 0.

pqn commented 1 year ago

Not sure why the Arch Linux version is failing (I guess the nix version seems to low). I'm seeing 9.0.1441 as the latest on nix though, could you give that a try?

dechimp commented 1 year ago

Thank you for pointing me in the right direction. I've tried loads of things but I cannot get anything higher than vim 9.0.135 to install from the latest nix channel (yes I updated the channel and garbage collected, etc). However if I add the unstable nix channel, then I can get vim 9.0.1562, which works.