feat(editor): add harpoon mappings and setup options

This commit is contained in:
Mohammad Rafiq 2025-06-19 06:32:51 +08:00
parent fad78517c9
commit aac18c1eca
No known key found for this signature in database

View file

@ -1,5 +1,9 @@
{
harpoon = {
enable = true;
mappings.listMarks = "<leader>hl";
mappings.markFile = "<leader>hm";
setupOpts.defaults.save_on_toggle = true;
setupOpts.defaults.sync_on_ui_close = true;
};
}