Skip to content

Commit

Permalink
plugins/lsp: add pest_ls, the language server for pest
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHu committed Nov 20, 2023
1 parent c2ccb2d commit b60489b
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 @@ -421,6 +421,11 @@ with lib; let
'';
};
}
{
name = "pest_ls";
description = "Enable pest-language-server, for pest";
package = pkgs.pest-ide-tools;
}
{
name = "phpactor";
description = "Enable phpactor, for PHP";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/nvim-lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
nil_ls.enable = true;
nixd.enable = true;
omnisharp.enable = true;
pest_ls.enable = true;
prismals.enable = true;
pylsp.enable = true;
pyright.enable = true;
Expand Down

0 comments on commit b60489b

Please sign in to comment.