vim plugins
This, for no particular reason, is the list of vim plugins that I’m currently using:
Pathogen
How else are you going to manage this many plugins?
Well, yeah, you could use vundle.
Parentheses
- delimitMate – auto-completion for quotes, parens, etc.
- rainbow_parentheses – essential if you’re doing any Clojure, but pretty useful anyway.
Navigation
- vim-unimpaired – various things attached to the
[
and]
keys. I mostly use[b
and]b
for jumping between buffers. - vim-signature – toggle, display and navigate marks.
Programming stuff
- syntastic – Syntax checking inside vim.
- vim-makeshift – use the right ‘makeprg’.
- vim-fugitive – git stuff; I don’t actually use it that much.
- vim-gitgutter – display changed lines in the gutter.
Language Support
- squirrel – some syntax rules for Squirrel
- vim-django
- vim-elixir
- vim-jade
- vim-javascript
- vim-jsbeautify
- vim-scala
- vim-scons