- pathogen - vim plugin installer/manager
- delimitMate - provides automatic closing of quotes, parenthesis, brackets, etc.
- nerdtree - allows you to explore your filesystem within vim
- pyflakes - on-the-fly Python code checking
- supertab - Perform all your vim insert mode completions with Tab
- fugitive - a Git wrapper so awesome, it should be illegal
- vim-hashicorp-tools - agglomeration of HashiVim plugins
cd ~
git clone https://github.com/joseph-holland/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule update --init