This website requires JavaScript.
Explore
Help
Sign In
sam
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a227c6e17f
nixos
/
home
/
common
/
core
/
nixvim
/
plugins
/
harpoon.nix
9 lines
126 B
Nix
Raw
Normal View
History
Unescape
Escape
modularise nixvim
2024-06-03 11:05:46 +01:00
{
programs
.
nixvim
.
plugins
.
harpoon
=
{
enable
=
true
;
keymaps
=
{
nixvim buffer_manager
2024-06-04 12:37:26 +01:00
toggleQuickMenu
=
"
<
l
e
a
d
e
r
>
h
"
;
modularise nixvim
2024-06-03 11:05:46 +01:00
}
;
}
;
}