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

9 lines
126 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";
2024-06-03 11:05:46 +01:00
};
};
}