简体   繁体   中英

An error occurs when using Taglist plugin in 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?

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

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

I installed amix/vimrc on my new fedora 19 installation and encountered with same error regarding ctags.

I ran this command to resolve my error on fedora 19 - Red Hat Based Distribution

yum install ctags

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM