Skip to content

Commit bacdae2

Browse files
NickHuGaetanLepage
authored andcommittedNov 24, 2023
plugins/lsp: add pest_ls, the language server for pest
1 parent 739bbfe commit bacdae2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎plugins/lsp/language-servers/default.nix

+5
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ with lib; let
426426
'';
427427
};
428428
}
429+
{
430+
name = "pest_ls";
431+
description = "Enable pest_ls, for pest";
432+
package = pkgs.pest-ide-tools;
433+
}
429434
{
430435
name = "phpactor";
431436
description = "Enable phpactor, for PHP";

‎tests/test-sources/plugins/lsp/nvim-lsp.nix

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
nil_ls.enable = true;
113113
nixd.enable = true;
114114
omnisharp.enable = true;
115+
pest_ls.enable = true;
115116
prismals.enable = true;
116117
pylsp.enable = true;
117118
pyright.enable = true;

0 commit comments

Comments
 (0)
Please sign in to comment.