My vim dotfiles.
Run the following commands:
$ cd ~/
$ git clone --recursive git@github.com:mijndert/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
The vim dot files make use of the Pathogen runtime path manager to install plugins and runtime files into their own private directiories.
- github.com/ctrlpvim/ctrlp.vim
- github.com/scrooloose/nerdtree
- github.com/Xuyuanp/nerdtree-plugin.git
- github.com/ervandew/supertab
- github.com/vim-airline/vim-airline
- github.com/vim-airline/vim-airline-themes
- github.com/altercation/vim-colors-solarized
- github.com/airblade/vimgutter.git
- github.com/elzr/vim-json
This is a slimmed down version of https://github.com/jessfraz/.vim.