Some vim plugins I made
This plugin Allows you to browse debian package in the same way you can browse .tar and .zip files. With this script, after opening a debian package with vim, you get a list of files included in the archive. You can then open those files.
To install, just download
zipped file, and
unzip in your home directory. You can then browse .deb files with vim
(ex: vim package.deb).
this plugin improves vim runtime zip plugin, making it able to recursively read and write zip files : it allows editing zipfiles inside zipfiles inside zipfiles (on an arbitrary number of levels).
Warning: this plugin needs python interface. it can be used only if vim is compiled with +python feature. To check this, type :version, and look for +python.
To install, just download zipped file, and unzip in your home directory