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; };