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 487 dependencies = with self; [ plenary-nvim ]; 488 488 }); 489 489 490 + harpoon = super.harpoon.overrideAttrs (old: { 491 + dependencies = with self; [ plenary-nvim ]; 492 + }); 493 + 490 494 himalaya-vim = super.himalaya-vim.overrideAttrs (old: { 491 495 postPatch = '' 492 496 substituteInPlace plugin/himalaya.vim \