From ef35aad4ecb3b69c3f30ae8f249252d036f29fad Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 22 Jan 2024 11:31:18 +0100 Subject: [PATCH] plugins/efmls-configs: prefix the warning to hint to efmls-configs --- plugins/lsp/language-servers/efmls-configs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lsp/language-servers/efmls-configs.nix b/plugins/lsp/language-servers/efmls-configs.nix index 1a693635..8f894b90 100644 --- a/plugins/lsp/language-servers/efmls-configs.nix +++ b/plugins/lsp/language-servers/efmls-configs.nix @@ -284,7 +284,7 @@ in { extraPlugins = [cfg.package]; warnings = optional ((builtins.length nixvimPkgs.wrong) > 0) '' - Following tools are not handled by nixvim, please add them to externallyManagedPackages to silence this: + Nixvim (plugins.efmls-configs): Following tools are not handled by nixvim, please add them to externallyManagedPackages to silence this: ${builtins.concatStringsSep " " nixvimPkgs.wrong} '';