neogit: add missing dependency on plenary.nvim

This commit is contained in:
Michael Adler 2021-07-07 10:19:21 +02:00
parent 1df765c102
commit b4928b4e2e

View file

@ -395,6 +395,10 @@ self: super: {
dependencies = with self; [ ultisnips ];
});
neogit = super.neogit.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
nvim-lsputils = super.nvim-lsputils.overrideAttrs (old: {
dependencies = with self; [ popfix ];
});