brew install csope;
download taglist and ctags from the website,follow the instrusion to install;
edit .vimrc file:
add:
let Tlist_Ctags_Cmd='/usr/local/bin/ctags'
;
another way is :
deleta the default ctags for mac;
add a simbol link;
本文共 296 字,大约阅读时间需要 1 分钟。
brew install csope;
download taglist and ctags from the website,follow the instrusion to install;
edit .vimrc file:
add:
let Tlist_Ctags_Cmd='/usr/local/bin/ctags'
;
another way is :
deleta the default ctags for mac;
add a simbol link;
转载于:https://www.cnblogs.com/rainker/p/5417709.html