mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/efmls-configs: prefix the warning to hint to efmls-configs
This commit is contained in:
parent
fb888e4942
commit
ef35aad4ec
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ in {
|
||||||
extraPlugins = [cfg.package];
|
extraPlugins = [cfg.package];
|
||||||
|
|
||||||
warnings = optional ((builtins.length nixvimPkgs.wrong) > 0) ''
|
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}
|
${builtins.concatStringsSep " " nixvimPkgs.wrong}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue