neogit: add missing dependency on plenary.nvim
This commit is contained in:
parent
1df765c102
commit
b4928b4e2e
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue