From 7d2defc583b7a14aec61c22776f7e94cffe08f6a Mon Sep 17 00:00:00 2001 From: toastal Date: Thu, 29 Aug 2024 18:35:45 +0700 Subject: [PATCH] Revert "vimPlugins.lualine-nvim: add nvim-web-devicons dependency" This reverts commit 7bbb7d34a1912e67dd249ef099a175c0b071e5f3 @ https://github.com/NixOS/nixpkgs/pull/337579 The premise that the docs shows this as a requirement is incorrect. The docs state that it is optional saying > " If you want to have icons in your statusline choose one of these *If* is the keyword here. --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 9a0d63d42db6..fe85fcf4b567 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1004,10 +1004,6 @@ dependencies = with self; [ plenary-nvim ]; }; - lualine-nvim = super.lualine-nvim.overrideAttrs { - dependencies = with self; [ nvim-web-devicons ]; - }; - luasnip = super.luasnip.overrideAttrs { dependencies = with self; [ luaPackages.jsregexp ]; };