mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
plugins/efmls-configs: prefix the warning to hint to efmls-configs
This commit is contained in:
committed by
Gaétan Lepage
parent
fb888e4942
commit
ef35aad4ec
@@ -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}
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user