nixos/home/common/core/nixvim/plugins/harpoon.nix

10 lines
155 B
Nix
Raw Permalink Normal View History

2024-06-03 11:05:46 +01:00
{
programs.nixvim.plugins.harpoon = {
enable = true;
keymaps = {
2024-06-04 12:37:26 +01:00
toggleQuickMenu = "<leader>h";
addFile = "<leader>a";
2024-06-03 11:05:46 +01:00
};
};
}