I did some searches, but did not find anything useful. Could someone refer me to some links or give instructions directly? Thanks.
Does GNU Global/gtags support taglist vim plugin?
1.8k Views Asked by Joe.Z At
2
I did some searches, but did not find anything useful. Could someone refer me to some links or give instructions directly? Thanks.
Funny, I've just decided to finally try GNU GLOBAL about an hour ago.
gtagsis not in TagList's default executables. So it's not "supported".Maybe you can add it via
let Tlist_Ctags_Cmd='/path/to/gtags'but I doubtgtagsaccepts the same arguments asctagsor even if it can output its index to stdout likectagswhich is what is used by TagList.