Exafunction / codeium

Other
200 stars 9 forks source link

Vim Plug install fails #7

Closed igor-starostenko closed 1 year ago

igor-starostenko commented 1 year ago

Followed the instructions for vim-plug: Plug 'Exafunction/codeium.vim' in my .vimrc. running :PlugInstall:

x codeium:
    fatal: invalid reference: master

To fix it, you can either use master branch as default or change readme to point to your custom default branch name for Plug:

 Plug 'Exafunction/codeium', { 'branch': 'main' }
igor-starostenko commented 1 year ago

Created the issue under the vim repo instead https://github.com/Exafunction/codeium.vim/issues/175