mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
plugins/chadtree: remove web-devicons automatic activation
This commit is contained in:
parent
a8a3a37c9e
commit
ea14727f4c
1 changed files with 0 additions and 16 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
helpers,
|
helpers,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
options,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
@ -498,21 +497,6 @@ in
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
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 ];
|
extraPlugins = [ cfg.package ];
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue