Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grassdog/tagman.vim
- Owner: grassdog
- License: mit
- Created: 2015-04-14T11:22:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T11:44:51.000Z (over 9 years ago)
- Last Synced: 2024-04-15T15:19:45.156Z (7 months ago)
- Language: VimL
- Homepage:
- Size: 117 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.