This website requires JavaScript.
Explore
Help
Register
Sign In
zaphar
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dotfiles
/
nix
/
base-system
/
harpoon-nvim.nix
6 lines
98 B
Nix
Raw
Normal View
History
Unescape
Escape
Stop using deprecated builder
2024-01-05 16:12:25 -05:00
{
buildVimPlugin
,
harpoonSrc
,
.
.
.
}:
buildVimPlugin
{
Add harpoon
2023-12-08 18:03:17 -05:00
name
=
"
h
a
r
p
o
o
n
"
;
Update nixpkgs version to 23.11 latest
2024-01-05 15:28:39 -05:00
src
=
harpoonSrc
;
Add harpoon
2023-12-08 18:03:17 -05:00
}
Reference in New Issue
Copy Permalink