vimPlugins.harpoon: add plenary-nvim dependency

This commit is contained in:
Gaetan Lepage 2023-02-25 18:49:11 +01:00
parent c8ba046415
commit 2f403969da

View file

@ -487,6 +487,10 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
harpoon = super.harpoon.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
himalaya-vim = super.himalaya-vim.overrideAttrs (old: {
postPatch = ''
substituteInPlace plugin/himalaya.vim \