plugins/lsp: add pest_ls, the language server for pest

This commit is contained in:
Nick Hu 2023-11-20 12:12:22 +00:00 committed by Gaétan Lepage
parent 739bbfef2d
commit bacdae2c50
2 changed files with 6 additions and 0 deletions

View file

@ -426,6 +426,11 @@ with lib; let
'';
};
}
{
name = "pest_ls";
description = "Enable pest_ls, for pest";
package = pkgs.pest-ide-tools;
}
{
name = "phpactor";
description = "Enable phpactor, for PHP";

View file

@ -112,6 +112,7 @@
nil_ls.enable = true;
nixd.enable = true;
omnisharp.enable = true;
pest_ls.enable = true;
prismals.enable = true;
pylsp.enable = true;
pyright.enable = true;