Source code browser with excellent support for Javascript.
Go to file
John Bintz e8e00799ac safer way to access filetype 2012-05-31 11:05:39 -04:00
doc Add 'tags' to .gitignore. 2011-03-17 17:18:48 -04:00
plugin safer way to access filetype 2012-05-31 11:05:39 -04:00
.gitignore Add 'tags' to .gitignore. 2011-03-17 17:18:48 -04:00
README.md Chg: updated README.md for the new filetypes behavior 2011-06-27 21:20:24 +02:00

README.md

taglist-plus.vim

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.

Installation

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

Usage

:TlistToggle brings up the taglist window. More commands can be found via :help taglist-commands.