Skip to content

Allow using dispatch for tag creation#56

Open
kirstein wants to merge 2 commits intolukaszkorecki:masterfrom
kirstein:feature/add-dispatch-support
Open

Allow using dispatch for tag creation#56
kirstein wants to merge 2 commits intolukaszkorecki:masterfrom
kirstein:feature/add-dispatch-support

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.

2 participants