Layout and inspiration from github.com/jessfraz/.vim
My vim dot files. the .vimrc
file is saved to vimrc.
Just run the following commands via terminal to get perfectly set up:
$ cd ~/
$ git clone --recursive https://github.com/bschwedler/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init
The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.
Currently using version 2.2 of Pathogen
- github.com/vivien/vim-linux-coding-style
- github.com/vim-airline/vim-airline
- github.com/vim-airline/vim-airline-themes
- github.com/ntpeters/vim-better-whitespace
- github.com/ap/vim-buftabline
- github.com/altercation/vim-colors-solarized
- github.com/airblade/vimgutter.git
- github.com/fatih/vim-go
- github.com/Yggdroot/indentLine
- github.com/elzr/vim-json
- github.com/fatih/vim-nginx
- github.com/hynek/vim-python-pep8-indent