Exafunction / codeium.vim

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

Vim Plug install fails #175

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' }
pqn commented 1 year ago

Thanks for the report. I think we can accept a PR to change the docs to point to main if you wanted to submit something to close this issue.

igor-starostenko commented 1 year ago

Created a PR: https://github.com/Exafunction/codeium.vim/pull/178