diff --git a/plugins/lang/helm.nix b/plugins/lang/helm.nix index ca6d966..ab08777 100644 --- a/plugins/lang/helm.nix +++ b/plugins/lang/helm.nix @@ -4,7 +4,7 @@ helm.enable = true; lsp.servers.helm_ls = { - enable = true; + enable = false; }; }; }