mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp: add pest_ls, the language server for pest
This commit is contained in:
parent
739bbfef2d
commit
bacdae2c50
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue