feat(editor): add harpoon mappings and setup options
This commit is contained in:
parent
fad78517c9
commit
aac18c1eca
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
harpoon = {
|
harpoon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
mappings.listMarks = "<leader>hl";
|
||||||
|
mappings.markFile = "<leader>hm";
|
||||||
|
setupOpts.defaults.save_on_toggle = true;
|
||||||
|
setupOpts.defaults.sync_on_ui_close = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue