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; }; };