Source code browser with excellent support for Javascript.
Go to file
Kirill Klenov 559420c126 Merge https://github.com/jameycribbs/vim-taglist-plus into fix 2011-09-27 16:29:56 +04:00
doc Add 'tags' to .gitignore. 2011-03-17 17:18:48 -04:00
plugin Merge https://github.com/jameycribbs/vim-taglist-plus into fix 2011-09-27 16:29:56 +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.