https://github.com/zerowidth/vim-bgtags
A vim plugin for generating and maintaining ctags in the background.
https://github.com/zerowidth/vim-bgtags
vim
Last synced: 11 months ago
JSON representation
A vim plugin for generating and maintaining ctags in the background.
- Host: GitHub
- URL: https://github.com/zerowidth/vim-bgtags
- Owner: zerowidth
- License: mit
- Created: 2017-01-14T04:09:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T14:39:45.000Z (about 6 years ago)
- Last Synced: 2025-06-08T02:57:36.947Z (about 1 year ago)
- Topics: vim
- Language: Vim script
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-bgtags
This plugin generates and maintains ctags files in the background, using vim 8's new job features.
## Installation
Use [pathogen](https://github.com/tpope/vim-pathogen/) and clone this repo to `~/.vim/bundle`, or whatever vim package manager the cool kids are using these days.
## Usage
`:BgtagsUpdateTags` regenerates the tags for your project.
[`:help bgtags`](./doc/bgtags.txt) for more.
## Alternatives
Not feelin' it? Try [autotag](https://github.com/craigemery/vim-autotag) or [easytags](https://github.com/xolox/vim-easytags).