1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/chadtree: remove web-devicons automatic activation

This commit is contained in:
Gaetan Lepage 2025-09-24 13:23:36 +02:00 committed by Gaétan Lepage
parent a8a3a37c9e
commit ea14727f4c

View file

@ -3,7 +3,6 @@
helpers,
config,
pkgs,
options,
...
}:
with lib;
@ -498,21 +497,6 @@ in
};
in
mkIf cfg.enable {
# TODO: added 2024-09-20 remove after 24.11
plugins.web-devicons =
lib.mkIf
(
(cfg.theme == null || cfg.theme.iconGlyphSet == "devicons")
&& !(
config.plugins.mini.enable
&& config.plugins.mini.modules ? icons
&& config.plugins.mini.mockDevIcons
)
)
{
enable = lib.mkOverride 1490 false;
};
extraPlugins = [ cfg.package ];
extraConfigLua = ''