vimPlugins.animation-nvim: add middleclass dependency and check

This commit is contained in:
Gutyina Gergő
2024-08-23 10:43:41 +02:00
parent f81d55a089
commit ee143910b7
@@ -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 ];
};