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:
parent
031e58e25d
commit
0870057379
1 changed files with 6 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue