diff --git a/plugins/lang/helm.nix b/plugins/lang/helm.nix index d8918ba..8b20185 100644 --- a/plugins/lang/helm.nix +++ b/plugins/lang/helm.nix @@ -1,6 +1,16 @@ { lib, pkgs, ... }: { + autoCmd = [ + { + event = "FileType"; + pattern = "helm"; + command = "LspRestart"; + } + ]; + plugins = { + helm.enable = true; + lsp.servers.helm_ls = { enable = true; };