Closed igor-starostenko closed 1 year ago
Followed the instructions for vim-plug: Plug 'Exafunction/codeium.vim' in my .vimrc. running :PlugInstall:
vim-plug
Plug 'Exafunction/codeium.vim'
.vimrc
: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:
master
Plug 'Exafunction/codeium', { 'branch': 'main' }
Created the issue under the vim repo instead https://github.com/Exafunction/codeium.vim/issues/175
Followed the instructions for
vim-plug
:Plug 'Exafunction/codeium.vim'
in my.vimrc
. running:PlugInstall
:To fix it, you can either use
master
branch as default or change readme to point to your custom default branch name for Plug: