After launching MacVim you may get this annoying error message:
'Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.'

To remove this you have to install ctags which you can download from http://ctags.sf.net.
After you unziped it, you have to set the Tlist_Ctags_Cmd variable in the .vimrc file to point to the ctags folder.

let Tlist_Ctags_Cmd = '/usr/local/bin/ctags'

After that you have to restart vim and the message should not pop up again.

转载于:https://www.cnblogs.com/qiandu/p/4081600.html

原文链接:https://blog.csdn.net/weixin_30342827/article/details/99395122

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《碰到这个SB错误,’Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.点办…
   

还没有人抢沙发呢~