Commit 2d70148c authored by Austin Horstman's avatar Austin Horstman Committed by Gaétan Lepage
Browse files

vimPlugins.alpha-nvim: remove nvim-web-devicons dependency

Listed as optional dependency, along with mini.icons
parent dc1f2229
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -139,9 +139,6 @@ let
in
{
  alpha-nvim = super.alpha-nvim.overrideAttrs {
    dependencies = [
      self.nvim-web-devicons # required by the startify theme
    ];
    nvimRequireCheck = "alpha";
  };