Neovim plugin to update tags file using ctags
Go to file
2017-05-17 22:55:09 +02:00
rplugin/python3 FEATURE: Provide options and split debug and error logging 2017-05-17 22:55:09 +02:00
readme.rst FEATURE: Provide options and split debug and error logging 2017-05-17 22:55:09 +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

Options

All options are set through:

let g:neotags_option_name = value

The following options are available:

  • let g:neotags_tags_filename = "tags"

    Defines which file name the generated tags file has.

  • let g:neotags_ctags_cmd = "ctags"

    Defines the binary to use for generation.

  • let g:neotags_logging = 0

    Defines whether to log anything to vims messages.