I am looking for usefull scripts, vim configurations and addons for Drupal development with Vim.
I am especially interested in experiences with various scripts, personal favorites and so on.
From Useful Vim plugins for web development and design (php, html, css, javascript)?
- surround.vim to enclose text in HTML tags
- jslint.vim to check for JavaScript errors and bad practices with JSLint
- jshint.vim to check for JavaScript errors and bad practices with JSHint (less brutal than JSLint)
- http://www.vim.org/scripts/script.php?script_id=1623 to for automatic folding of PHP
- Syntastic for automatic syntax checking of e.g. PHP
- Exuberant ctags for tagging of a wide array of languages.
Taglist Helps view/navigate source, displays call signature in status area.
Snipmate snipmate with Drupal texmate bundle.