mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
add harpoon
This commit is contained in:
parent
0e7921de4c
commit
8b7b83f095
2 changed files with 19 additions and 0 deletions
|
@ -55,5 +55,6 @@
|
|||
./utils/better-escape.nix
|
||||
./utils/flash.nix
|
||||
./utils/hardtime.nix
|
||||
./utils/harpoon.nix
|
||||
];
|
||||
}
|
||||
|
|
18
config/utils/harpoon.nix
Normal file
18
config/utils/harpoon.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
plugins.harpoon = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
keymapsSilent = true;
|
||||
keymaps = {
|
||||
addFile = "<leader>ha";
|
||||
toggleQuickMenu = "<C-e>";
|
||||
navFile = {
|
||||
"1" = "<leader>hj";
|
||||
"2" = "<leader>hk";
|
||||
"3" = "<leader>hl";
|
||||
"4" = "<leader>hm";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue