Merge pull request #218291 from GaetanLepage/harpoon-plenary

vimPlugins.harpoon: add plenary-nvim dependency

authored by figsoda and committed by GitHub 8e19f57e 6fb4184c

+4
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 487 dependencies = with self; [ plenary-nvim ]; 488 }); 489 490 himalaya-vim = super.himalaya-vim.overrideAttrs (old: { 491 postPatch = '' 492 substituteInPlace plugin/himalaya.vim \
··· 487 dependencies = with self; [ plenary-nvim ]; 488 }); 489 490 + harpoon = super.harpoon.overrideAttrs (old: { 491 + dependencies = with self; [ plenary-nvim ]; 492 + }); 493 + 494 himalaya-vim = super.himalaya-vim.overrideAttrs (old: { 495 postPatch = '' 496 substituteInPlace plugin/himalaya.vim \