vimPlugins.alpha-nvim: add missing dependency

It's required here with no way to disable '9e33db324b/lua/alpha/themes/startify.lua (L72)'
This commit is contained in:
Matthieu Coudron 2023-06-30 16:25:49 +02:00
parent 031e58e25d
commit 0870057379

View file

@ -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 ];