plugins/lsp: Add lemminx (#975)

This commit is contained in:
traxys 2024-01-25 16:00:55 +01:00 committed by GitHub
parent a68ee73947
commit 97889e309d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -292,6 +292,10 @@ with lib; let
description = "Enable leanls, for Lean";
package = pkgs.lean4;
}
{
name = "lemminx";
description = "Enable lemminx, for XML";
}
{
name = "ltex";
description = "Enable ltex-ls, for LanguageTool";