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

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.

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).