My .vimrc file
Steps to use the config file
- Fetch 'plug-vim'
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Fetch the .vimrc from this repo and put it to ~/.vimrc
-
Open vim, then execute,
:PlugInstall