/dotvim

My vim setup

Primary LanguageVim Script

Includes

  • 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

Quick setup

cd ~
git clone https://github.com/joseph-holland/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule update --init