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