plugins/deprecation: update icons warning

This commit is contained in:
Austin Horstman 2024-09-27 16:14:56 -05:00
parent ae2b9bd445
commit b5c19b6abb
No known key found for this signature in database

View file

@ -73,7 +73,8 @@ in
warnings = [ warnings = [
'' ''
Nixvim: `plugins.web-devicons` was enabled automatically because the following plugins are enabled. Nixvim: `plugins.web-devicons` was enabled automatically because the following plugins are enabled.
This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable` or alternatively enable `plugins.mini.modules.icons` with `plugins.mini.mockDevIcons`. This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable` or alternatively
enable `plugins.mini.enable` with `plugins.mini.modules.icons` and `plugins.mini.mockDevIcons`.
${lib.concatMapStringsSep "\n" (name: "plugins.${name}") ( ${lib.concatMapStringsSep "\n" (name: "plugins.${name}") (
builtins.filter (name: config.plugins.${name}.enable) iconsPackagePlugins builtins.filter (name: config.plugins.${name}.enable) iconsPackagePlugins
)} )}