Saturday, January 8, 2011

Taglist for vim

ctags is a very important tools for programmers who use vim as the major editor. You can install taglist plugin for vim. However, ctags program is not installed by default in Ubuntu. Thus, it shows the following error when lauching vim with taglist.

Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.


To solve this, for sure we need to install ctags. To do so
$ sudo apt-get install exuberant-ctags

No comments:

Post a Comment