6 lines
98 B
Nix
6 lines
98 B
Nix
{buildVimPlugin, harpoonSrc, ...}:
|
|
buildVimPlugin {
|
|
name = "harpoon";
|
|
src = harpoonSrc;
|
|
}
|