My .vimrc and all the settings I've accrued since 2010. It is extensive and well documented.
-
Clone this repo
~/.vim
. Vim's defaultvimrc
runtime path should include~/.vim/vimrc
.$>
git clone git://github.com/cdelahousse/vimrc.git ~/.vim
-
Install vim-plug package manager.
-
Open vim to get vim-plug to download all the extensions into ~/.vim/plugged
:PlugInstall