plugins/lsp: add prolog-ls

This commit is contained in:
Gaetan Lepage 2024-01-12 09:40:28 +01:00 committed by Gaétan Lepage
parent 0379ab34cc
commit 61da581315
2 changed files with 7 additions and 0 deletions

View file

@ -497,6 +497,12 @@ with lib; let
description = "Enable prismals, for Prisma";
package = pkgs.nodePackages."@prisma/language-server";
}
{
name = "prolog-ls";
description = "enable prolog_ls, for SWI-Prolog";
serverName = "prolog_ls";
package = pkgs.swiProlog;
}
{
name = "pylsp";
description = "Enable pylsp, for Python.";