vimPlugins.animation-nvim: add middleclass dependency and check
This commit is contained in:
@@ -139,6 +139,11 @@
|
||||
dependencies = with super; [ telescope-nvim vim-fugitive vim-rhubarb ];
|
||||
};
|
||||
|
||||
animation-nvim = super.animation-nvim.overrideAttrs {
|
||||
dependencies = with self; [ middleclass ];
|
||||
nvimRequireCheck = "animation";
|
||||
};
|
||||
|
||||
autosave-nvim = super.autosave-nvim.overrideAttrs {
|
||||
dependencies = with super; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user