vim-rubocop icon indicating copy to clipboard operation
vim-rubocop copied to clipboard

Support Dispatch to run asynchronously

Open m1foley opened this issue 5 years ago • 0 comments

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

m1foley avatar Apr 07 '20 22:04 m1foley