From 41ceb437eabeb273c4aef5a4a864bd83452f8edd Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Thu, 18 Dec 2025 11:09:32 +0100 Subject: [PATCH] fix: enable helm plugin Signed-off-by: Lander Van den Bulcke --- plugins/lang/helm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/lang/helm.nix b/plugins/lang/helm.nix index d8918ba..ca6d966 100644 --- a/plugins/lang/helm.nix +++ b/plugins/lang/helm.nix @@ -1,6 +1,8 @@ { lib, pkgs, ... }: { plugins = { + helm.enable = true; + lsp.servers.helm_ls = { enable = true; };