Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using dispatch for tag creation #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kirstein
Copy link

Generating tags on a large project takes time. Thats especially annoying when generating tags on each save since system execute is synchronous.

The solution here is to use vim-dispatch, which allows us to trigger long tasks in async wrappers (tmux, screen, etc).

Added g:CoffeeAutoTagUseDispatch variable that dictates weather we should try to execute coffeetags with dispatch or not.

A bad demo:
dispatch

@lukaszkorecki
Copy link
Owner

hi @kirstein - looking good, can you update the README with a section explaining vim-dispatch integration?

@kirstein
Copy link
Author

Hey! Sorry about the delay. I now have added a small writeup to README. Let me know if you need something else to be done.

@lukaszkorecki
Copy link
Owner

@kirstein Magic ✨

Gonna merge and make a release later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants