Commit 08700573 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

vimPlugins.alpha-nvim: add missing dependency

parent 031e58e2
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 ];