neotags/readme.rst
Daniel Siepmann d0b34f05f4
BUGFIX: Allow writing multiple files at once
* As neovim will use the same object we can't save file specific
  information in self.
* Also no locking is required
2017-05-17 21:52:30 +02:00

394 B

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