plugins/efmls-configs: prefix the warning to hint to efmls-configs

This commit is contained in:
Gaetan Lepage 2024-01-22 11:31:18 +01:00 committed by Gaétan Lepage
parent fb888e4942
commit ef35aad4ec

View file

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