Since RuboCop is typically slow, it would be great to run asynchronously. An example of a plugin that does this is [vim-rspec](https://github.com/thoughtbot/vim-rspec#custom-command). 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
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: