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
Are there any package registries for eglot out there ? I've seen so many different workflows it ends up being difficult to figure out what would have the most impact. Usually the individual communities create their own package registries as they know best how to integrate into their editor. Some communities take a more basic approach (mason.nvim, just get the tarball, and some basic integration) while others build out an entire plugin that wraps JDT-LS.
Eglot takes a minimalist approach to LSP. It is the user's responsibility to download jdtls. Which is a bit of a pain, but that's just the pain that SDKMAN! solves for other tools in the Java ecosystem.
SDKMAN! has a simple vendor API for publishing releases: https://sdkman.io/vendors
If you could support that, it would simplify life for those who would like an up-to-date version for use with LSP clients (e.g. Emacs eglot).
The text was updated successfully, but these errors were encountered: