Skip to content

yazug/vim-taglist-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Source code browser with excellent support for Javascript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%