Install:
git clone git://github.com/adibis/nvim.git ~/.config/nvim
nvim +PlugInstall +qall
Update:
nvim +PlugUpgrade +PlugUpdate +PlugClean +qall
NOTE: neovim sometimes freezes when updating like this. In that case please run neovim and then manually run the three commands listed above.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request: (ideally to the devel branch)