kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 67 forks source link

Add LspInstall for lemminx (XML,XSD,SVG) #177

Open vlcinsky opened 2 years ago

vlcinsky commented 2 years ago

LspConfig provides instructions for configuring lemmings LSP server for xml, xsd and svg.

LspInstall does not provide an option to install required binary.

lemmings can be installed as Java project or as simple binary. The simple binary is easy to install but does not allow to use lemmings extensions to the LSP server.

Anyway, the binary provided basic functionality is rich enough so the idea is to use the binary method.

derektata commented 2 years ago

I'll work on a pull request 🙂

vlcinsky commented 2 years ago

@derektata wow - that was really quick. Thanks.

derektata commented 2 years ago

No problem man!