From 57f7919fed8a2a90017aaa228e4479b96358cbc7 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Thu, 18 Dec 2025 13:26:04 +0100 Subject: [PATCH] fix: disable helm_ls 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 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; }; }; }