mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/lsp: add prolog-ls
This commit is contained in:
parent
0379ab34cc
commit
61da581315
2 changed files with 7 additions and 0 deletions
|
@ -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.";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue