Skip to content

Commit

Permalink
plugins/lsp: Add lemminx
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Jan 25, 2024
1 parent ddce82d commit 3a197f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ with lib; let
description = "Enable leanls, for Lean";
package = pkgs.lean4;
}
{
name = "lemminx";
description = "Enable lemminx, for XML";
packages = pkgs.lemminx;
}
{
name = "ltex";
description = "Enable ltex-ls, for LanguageTool";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
julials.enable = true;
kotlin-language-server.enable = true;
leanls.enable = true;
lemminx.enable = true;
ltex.enable = true;
lua-ls.enable = true;
marksman.enable = true;
Expand Down

0 comments on commit 3a197f5

Please sign in to comment.