mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/deprecation: update icons warning
This commit is contained in:
parent
ae2b9bd445
commit
b5c19b6abb
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ in
|
|||
warnings = [
|
||||
''
|
||||
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}") (
|
||||
builtins.filter (name: config.plugins.${name}.enable) iconsPackagePlugins
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue