Skip to content

Commit

Permalink
plugins/lsp: add prolog-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 12, 2024
1 parent 0379ab3 commit 61da581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
perlpls.enable = true;
pest_ls.enable = true;
prismals.enable = true;
prolog-ls.enable = true;
pylsp.enable = true;
pylyzer.enable = true;
pyright.enable = true;
Expand Down

0 comments on commit 61da581

Please sign in to comment.