plugins/lsp: add helm-ls

This commit is contained in:
Gaetan Lepage 2024-02-02 11:34:19 +01:00 committed by Gaétan Lepage
parent 079c03228c
commit 90b07f5359
2 changed files with 6 additions and 0 deletions

View file

@ -239,6 +239,11 @@ with lib; let
description = "graphql for GraphQL"; description = "graphql for GraphQL";
package = pkgs.nodePackages.graphql-language-service-cli; package = pkgs.nodePackages.graphql-language-service-cli;
} }
{
name = "helm-ls";
description = "helm_ls for Helm";
serverName = "helm_ls";
}
{ {
name = "hls"; name = "hls";
description = "haskell language server"; description = "haskell language server";

View file

@ -108,6 +108,7 @@
gleam.enable = true; gleam.enable = true;
gopls.enable = true; gopls.enable = true;
graphql.enable = true; graphql.enable = true;
helm-ls.enable = true;
hls.enable = true; hls.enable = true;
html.enable = true; html.enable = true;
htmx.enable = true; htmx.enable = true;