vimPlugins.harpoon: add plenary-nvim dependency
This commit is contained in:
parent
c8ba046415
commit
2f403969da
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue