plugins/lsp: add nickel-ls

Add `nls`, the official language server for the Nickel language.

https://github.com/tweag/nickel/
This commit is contained in:
Théophane Hufschmitt 2024-06-13 16:48:19 +02:00
parent 01aa3d469e
commit 80c03843e7
2 changed files with 7 additions and 0 deletions

View file

@ -302,6 +302,12 @@ let
description = "nginx-language-server for `nginx.conf`";
serverName = "nginx_language_server";
}
{
name = "nickel-ls";
description = "nls for Nickel";
package = pkgs.nls;
serverName = "nickel_ls";
}
{
name = "nil-ls";
description = "nil for Nix";