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:
parent
a8a3a37c9e
commit
ea14727f4c
1 changed files with 0 additions and 16 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue