mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/lsp: Add lemminx (#975)
This commit is contained in:
parent
a68ee73947
commit
97889e309d
2 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue