vim-rubocop
vim-rubocop copied to clipboard
Support Dispatch to run asynchronously
Since RuboCop is typically slow, it would be great to run asynchronously. An example of a plugin that does this is vim-rspec.
I tried implementing this myself but I don't understand Vim's compiler system. Here are some links that seem relevant:
- https://github.com/tpope/vim-dispatch/issues/103
- https://github.com/tpope/vim-dispatch/issues/41