Created
December 10, 2017 20:26
-
-
Save sidd/e325a942832478ecef189cb5e1ae9fee to your computer and use it in GitHub Desktop.
Wrap jsctags in a dependency-free ctags-like executable (be sure to chmod +x jsctags.js)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This implements a subset of the Ctags CLI API, enough to be compatible with vim-gutentags
Make sure to
chmod +x jsctags.js
In your .vimrc, add:
No performance issues in an 81KLOC codebase