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.
gtags
is 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 doubtgtags
accepts the same arguments asctags
or even if it can output its index to stdout likectags
which is what is used by TagList.