- taglist (requires exuberant ctags utility installed first)
- NERDtree
- The NERD Commenter
- Automatically set
:make
directory as current buffer dir or the one above it:
let &makeprg = 'if [ -f Makefile ]; then make -C %:p:h $*; else make -C %:p:h/.. $*; fi'