My .vim configuration & plugins.
Option A (the ninja way. requires git 1.6.5 or later)
$ git clone --recursive git@github.com:devosnw/.vim.gitOption B (the manual way)
- Clone the repo. Most likely do this in your home directory.
$ git clone git@github.com:devosnw/.vim.git- Setup the submodules. This will pull down all the submodules & make them ready to use.
$ cd .vim
$ git submodule init
$ git submodule updatevim will now read this file the next time it starts.
$ ln -s ~/.vim/vimrc ~/.vimrc