The current .vimrc and .vim that I code with.
- Copy
.vimrc
and.vim
to root directory - Install vim-plug to install plugins:
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Run
:PlugInstall