https://github.com/junegunn/vim-plug
Usage with nvim
- download with the command:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- go into your
~/.config/nvim/init.vim
and write the following:
- save your init.vim
- open a new nvim, and then type in the command
:PlugInstall
- updating is done with
:PlugUpdate