This has been superseded by scott-vim8! (configuring vim has gotten a lot easier!)
- Pathogen
- The NERD Tree
- Alex Suraci's Twig Syntax
- Yi Zhao's Javascript Syntax
- Vim-Airline
- Vim-Terraform
- Folding
- CSS folding
- All folds open by default
- Clobber .swp files
- Feature detection in .vimrc
- Press f3 to format json
To obliterate an existing vim config and replace with Scott's:
cd && rm -rf .vimrc .vim && \
git clone git://github.com/scott-r-lindsey/scott-vim.git .vim && \
ln -s .vim/vimrc .vimrc && \
cd .vim && git submodule init && git submodule update && cd