nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.51k stars 275 forks source link

exist should be exists #297

Closed Cyberlane closed 2 years ago

Cyberlane commented 2 years ago

Hi @svengreb

I installed nord-vim via Packer, and I assume since the develop branch is the default branch, that's why it grabs this branch rather than master. So I imagine if you changed your default branch in the repo, future fresh installations will use the stable master branch 😄

oalders commented 2 years ago

Similarly for vim-plug, if you'd like to push people towards not defaulting to the develop branch you could either change the default branch or update the README to use something like:

Plug 'arcticicestudio/nord-vim', { 'branch': 'master' }

See also https://github.com/junegunn/vim-plug#example