mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
neogit: add missing dependency on plenary.nvim
This commit is contained in:
parent
1df765c102
commit
b4928b4e2e
@ -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 New Issue
Block a user