neogit: add missing dependency on plenary.nvim

wip/nixpkgs-raku
Michael Adler 3 years ago
parent 1df765c102
commit b4928b4e2e
  1. 4
      pkgs/misc/vim-plugins/overrides.nix

@ -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…
Cancel
Save