Source code browser with excellent support for Javascript.
Go to file
jez fc9f1c8437 Fix Hide_Extras bug. 2011-03-18 03:06:13 -04:00
doc Add 'tags' to .gitignore. 2011-03-17 17:18:48 -04:00
plugin Fix Hide_Extras bug. 2011-03-18 03:06:13 -04:00
.gitignore Add 'tags' to .gitignore. 2011-03-17 17:18:48 -04:00
README.md Update README again. 2011-03-16 21:48:51 -04: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.

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.