spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

[Ruby] Support Sorbet LSP

Open sir4ur0n opened this issue 2 years ago • 3 comments

Currently Spacemacs ruby layer only supports Solargraph LSP.

Would it be possible to add support for Sorbet LSP please? :pray:

sir4ur0n avatar Jul 12 '22 08:07 sir4ur0n

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.

alexey0308 avatar Jul 20 '22 19:07 alexey0308

we can add some documentations to ruby layer, and optionally make it configurable via a layer variable.

lebensterben avatar Jul 20 '22 20:07 lebensterben

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:

sir4ur0n avatar Aug 02 '22 13:08 sir4ur0n

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!

github-actions[bot] avatar Aug 02 '23 13:08 github-actions[bot]