Did you check the docs?
Is your feature request related to a problem? Please describe.
- Difficulty in auto-installing lemminx-maven
- autocomplete for dependencies in pom.xml files in general
Describe the solution you'd like
lemminx-maven a plugin for the xml LSP lemminx that adds features for autocomplete etc. in pom.xml files. However, it is not available through Mason. I thought it might be a good idea to (optionally) provide it through this plugin, perhaps through the nvim-java mason registry, which could replace the standard version of lemminx with this patched version. Is there any interest or is this out of scope?
Describe alternatives you've considered
- downloading, compiling, and adding lemminx-maven to the system path manually
- writing a standalone lua module to accomplish the above
- using a local registry (only intended for local testing, needs to be installed every time neovim is started)
- similar capabilities are provided through vscode-maven as a jdtls extension but would require writing additional client logic
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
lemminx-maven a plugin for the xml LSP lemminx that adds features for autocomplete etc. in pom.xml files. However, it is not available through Mason. I thought it might be a good idea to (optionally) provide it through this plugin, perhaps through the nvim-java mason registry, which could replace the standard version of lemminx with this patched version. Is there any interest or is this out of scope?
Describe alternatives you've considered
Additional context
No response