mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/lsp: add helm-ls
This commit is contained in:
parent
079c03228c
commit
90b07f5359
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue