Neovim plugin to update tags file using ctags
Go to file
2017-05-17 22:33:16 +02:00
rplugin/python3 TASK: Improve logging and make it configurable 2017-05-17 22:33:16 +02:00
readme.rst BUGFIX: Allow writing multiple files at once 2017-05-17 21:52:30 +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.

Requirements

  • Python3

TODO

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