Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occurs when using Taglist plugin in vim

Tags:

vim

I am new to vim , I installed a plugin named Taglist from here

When I restart my vim, a error happens:

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

How to solve this?

like image 607
vikingmute Avatar asked Nov 01 '11 10:11

vikingmute


2 Answers

I am guessing you did not install ctags. The installation instructions skip that. If you are on ubuntu or similar debian based OS do:

sudo apt-get install ctags
like image 57
Srijan Avatar answered Oct 19 '22 03:10

Srijan


What about installing Exuberant ctags to your path? Maybe you should read the installation instructions for your brand new plugin.

like image 26
Zsolt Botykai Avatar answered Oct 19 '22 03:10

Zsolt Botykai