plugins/lsp/jsonnet-ls: init

This commit is contained in:
Matt Sturgeon 2024-06-14 09:17:19 +01:00
parent db93efffdb
commit ea5078fc10
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
4 changed files with 110 additions and 0 deletions

View file

@ -248,6 +248,13 @@ let
];
settings = cfg: { json = cfg; };
}
{
name = "jsonnet-ls";
description = "jsonnet language server";
package = pkgs.jsonnet-language-server;
serverName = "jsonnet_ls";
settingsOptions = import ./jsonnet-ls-settings.nix { inherit lib helpers; };
}
{
name = "julials";
description = "julials for Julia";