Neovim plugin to update tags file using ctags
Go to file
2017-05-17 21:18:11 +02:00
rplugin/python3 BUGFIX: Lookup tags file in parent folders 2017-05-17 21:18:11 +02:00
readme.rst BUGFIX: Move files to location 2017-05-16 22:41:57 +02:00
requirements.py BUGFIX: Move files to location 2017-05-16 22:41:57 +02:00

About

Basic ctags auto update plugin for Neovim.

Makes use of neovims async plugin API, so non blocking.

Will not use some checks but lookup the whole path to find tags file.

Install

Install python requirements in python3:

pip3 install -r requirements.txt

TODO

  • Provide configuration through vim
    • ctags binary to use
    • Tags file name to use
    • Logging / Debugging
  • Handle possible issues with ctags execution