Unverified Commit cda1d30f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #240761 from teto/alpha-nvim-test

parents 05b84a2b 08700573
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -128,6 +128,12 @@
}:

self: super: {
  alpha-nvim = super.alpha-nvim.overrideAttrs(oa: {
    dependencies = [
      self.nvim-web-devicons # required by the startify theme
    ];
    nvimRequireCheck = "alpha";
  });

  autosave-nvim = super.autosave-nvim.overrideAttrs(old: {
    dependencies = with super; [ plenary-nvim ];