Vim dot files for development awesomeness.
To get set up, just run the following commands via the terminal.
$ cd ~/
$ git clone --recursive git@github.com:albertchan/vimfiles.git .vim
$ ln -sf $HOME/.vim/.vimrc $HOME/.vimrc
The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directories.
The version of Pathogen currently included in this project is 2.4.
- ack - Search Tool
- delimitMate - Automatic closing of quotes, parenthesis, brackets, etc.
- minibufexpl - Buffer Status
- nerdtree - Filesystem Explorer
- syntastic - Syntax Checking
- tabular - Tab Control
- vim-airline - Lean status/tabline
- vim-colors-solarized - Solarized Colorscheme
- vim-fugitive - Git Wrapper
- vim-go - Go support
- vim-indent-lines - Display space indentation levels
- vim-json - JSON support