From c157e71ebcd2870a410028720de0f6a916226cf6 Mon Sep 17 00:00:00 2001 From: sjcobb Date: Thu, 26 Jun 2025 20:49:07 +0100 Subject: [PATCH] update todo comment --- modules/plugins/languages/helm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/helm.nix b/modules/plugins/languages/helm.nix index b3ca8dc6..a339a3a0 100644 --- a/modules/plugins/languages/helm.nix +++ b/modules/plugins/languages/helm.nix @@ -27,10 +27,10 @@ dynamicRegistration = true; }; }; - # TODO: Reconsider this? Not sure if that necessary. settings = { helm-ls = { yamlls = { + # TODO: Determine if this is a good enough solution path = (head yamlCfg.lsp.servers).cmd; }; };