Merge pull request #218291 from GaetanLepage/harpoon-plenary
vimPlugins.harpoon: add plenary-nvim dependency
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user