-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update emacs support table #5131
Conversation
kurnevsky
commented
Apr 6, 2023
- worksheets with decoration protocol are fully supported
- lsp-metals supports quite a lot of metals extensions
- source file analyzer commands are supported
btw, how metals is installed in vim? I wonder if I should change emacs to |
I think via coursier, but most likely @ckipp01 can correct me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Well, emacs can install metals via coursier as well :) |
Hmm... actually vim might also be doing that without a need to provide a bootstraped binary. By all means if it only needs lsp-metals then I would say it's "one click" installation |
- worksheets with decoration protocol are fully supported - lsp-metals supports quite a lot of metals extensions - source file analyzer commands are supported - metals can be installed automatically via coursier
ok, changed that line. It might not always work, though, because we rely on automatically downloaded binaries. I'm not sure how it works for apple M1 (probably it emulates x86 automatically?), but for nix/guix these binaries don't work. Not sure, maybe we should change it to jars... |
Yup, under the hood it just uses coursier to bootstrap everything. |