mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue