This repository contains all my current vim configurations.
Clone the repository anywhere and run:
% sh setup.sh
This will run all steps described bellow (except for cloning the repo phase).
Clone the repository on your home folder and create a symbolic link to the rc file.
% git clone [email protected]:adrianolisboa/vim.git
% ln -s ${HOME}/.vim/vimrc ${HOME}/.vimrc
% vim +PlugInstall
Each time you want to add new plugins and install add them to plugins.vim file and run:
:PlugInstall