This is a fork of the popular taglist.vim plugin.
Taglist-plus provides excellent Javascript support via jsctags. See here for examples.
The filetype detection has also been improved: it now supports composed filetypes. For instance, the php.symfony filetype will be split and only its first part will be considered.
This plugin can also be obtained through vim.org.
Unzip the plugin files to your .vim
directory.
For great Javascript support, jsctags is required as well.
jsctags can be obtained via github. It requires a recent version of node.js -- the default one provided in Maverick Meerkat won't cut it. You can build it from source or get it via this PPA.
If you're going the PPA route, you'll need to map nodejs
to node
. Here are
the commands:
sudo add-apt-repository ppa:richarvey/nodester sudo apt-get update sudo apt-get install nodejs sudo ln -s /usr/bin/nodejs /usr/local/bin/node
:TlistToggle
brings up the taglist window. More commands can be found via
:help taglist-commands
.