mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp: add prismals language server (#708)
* adding prismals to language servers * enabling prismals in tests
This commit is contained in:
parent
a304b68a88
commit
fbe5169271
2 changed files with 6 additions and 0 deletions
|
@ -426,6 +426,11 @@ with lib; let
|
|||
description = "Enable phpactor, for PHP";
|
||||
package = pkgs.phpactor;
|
||||
}
|
||||
{
|
||||
name = "prismals";
|
||||
description = "Enable prismals, for Prisma";
|
||||
package = pkgs.nodePackages."@prisma/language-server";
|
||||
}
|
||||
{
|
||||
name = "pylsp";
|
||||
description = "Enable pylsp, for Python.";
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
nil_ls.enable = true;
|
||||
nixd.enable = true;
|
||||
omnisharp.enable = true;
|
||||
prismals.enable = true;
|
||||
pylsp.enable = true;
|
||||
pyright.enable = true;
|
||||
rnix-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue