Perform the following steps to install required plugins
- Run "sh clone_bundles.sh" to install all bundles
- Install solarized font using the instructions at https://github.com/aruhier/gnome-terminal-colors-solarized
- create a symlink for .vim/.vimrc as ~/.vimrc
plugins installed through pathogen: (install plugins through clone_bundles.sh)
- syntastic (https://github.com/scrooloose/syntastic) - syntax check
- nerdtree (https://github.com/scrooloose/nerdtree) - tree view
- ctrl-p (https://github.com/kien/ctrlp.vim) - makes search easy
- vim-fugitive (git plugin) (https://github.com/tpope/vim-fugitive) - git integration
- solarized (http://ethanschoonover.com/solarized/vim-colors-solarized) - color scheme Terminator is configured using https://github.com/ghuntley/terminator-solarized
- vim-airline (https://github.com/bling/vim-airline) - statusbar in the file
Manual plugins
- ctags
- cscope
- grep (http://www.vim.org/scripts/script.php?script_id=311)