You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Shopify has put out a Rubocop LSP which is much faster than using rubocop with diagnosticls and I'd love to use it with neovim. Unfortunately, I can't figure out how to get it working.
Shopify has put out a Rubocop LSP which is much faster than using rubocop with diagnosticls and I'd love to use it with neovim. Unfortunately, I can't figure out how to get it working.
The required Ruby gem: https://rubygems.org/gems/rubocop-lsp/versions/0.1.5
The VS Code extension: https://marketplace.visualstudio.com/items?itemName=Shopify.rubocop-lsp
I tried using something like this for an install config:
and then a command to run the
bundle exec rubocop
command.It did install with
:LspInstall rubocop
, but it didn't seem to function properly and I didn't know how to fix it.If someone knows how to make it work, that would be awesome!
The text was updated successfully, but these errors were encountered: