Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grassdog/tagman.vim

Vim plugin for managing ctags files
https://github.com/grassdog/tagman.vim

Last synced: about 18 hours ago
JSON representation

Vim plugin for managing ctags files

Awesome Lists containing this project

README

        

# tagman.vim

Yet another Vim plugin for automatically generating [ctags](http://ctags.sourceforge.net/) files for your projects when files are saved and setting `tags` accordingly.

By default vendor or library code such as gem files and node modules are
ignored when generating project tag files.

Tagman also ignores all files listed in source control ignore files such as
`.gitignore`.

Library tag files can be generated separately and enabled or disabled as
desired.

All ctags operations are executed in the background so as not to hold up the
UI.

Tag files are automatically kept in source control directories at the top of
projects.

Tagman will only build tag files if a tag file already exists. You can enable
tags for a project by running `:BuildTags!`.

Tagman borrows heavily from https://github.com/szw/vim-tags.

Run `:help tagman` for more information and configuration options.