catppuccin/vim

Trouble with download branch from vimplug

Closed this issue · 2 comments

Hello,

When I try to install this theme in vim with vimplug I get this error:

- Finishing ... Done!                                                                                               |~                                                                                                                  
x vim:                                                                                                              |~                                                                                                                  
    fatal: invalid reference: master 

Checking your repository, the main branch is called main, not master.. maybe that's the problem.

Regards!

If you belive it is caused by the branch issue try Plug 'catppuccin/vim', { 'branch': 'main', 'as': 'catppuccin' }.

I tried to update vimplug (:PlugUpgrade) and it made it work, so here's other workaround also.

Thank you for your quick reply:)