{buildVimPluginFrom2Nix, harpoonSrc, ...}:
buildVimPluginFrom2Nix {
name = "harpoon";
src = harpoonSrc;
}