From e82bd150276f3cf9c6c0cc00853aba7202390d49 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Thu, 18 Dec 2025 10:39:00 +0100 Subject: [PATCH] fix: disable yamlls Signed-off-by: Lander Van den Bulcke --- plugins/lang/helm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }