spacemacs
spacemacs copied to clipboard
[Ruby] Support Sorbet LSP
Currently Spacemacs ruby layer only supports Solargraph LSP.
Would it be possible to add support for Sorbet LSP please? :pray:
Hi Julien @sir4ur0n, please take a look at the documentation of lsp-mode: different backends have different priority values. It should be possible to disable solargraph
by including it into lsp-disabled-clients (see e.g. M-x customize-variable) or just uninstall it, so it does not get precedence over the sorbet
.
we can add some documentations to ruby layer, and optionally make it configurable via a layer variable.
Thank you @alexey0308 for the link, I don't know how I had missed that FAQ part :bow:
That being said I agree with @lebensterben : I think it would be worth at least documenting how to use and potentially configure it too :+1:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!