summaryrefslogtreecommitdiff
path: root/fnl/plugins/harpoon.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2026-01-05 14:17:14 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2026-01-05 14:17:14 +0100
commit50b284639372cade97360e2ba98d3d05e6f5a942 (patch)
tree168b98cb36e9430073e545968dc8d60c0f89055a /fnl/plugins/harpoon.fnl
parent7a3283e00b872f44b1bb116905164f68860848f7 (diff)
update
Diffstat (limited to 'fnl/plugins/harpoon.fnl')
-rw-r--r--fnl/plugins/harpoon.fnl11
1 files changed, 5 insertions, 6 deletions
diff --git a/fnl/plugins/harpoon.fnl b/fnl/plugins/harpoon.fnl
index 1ae632c..3f8f7ac 100644
--- a/fnl/plugins/harpoon.fnl
+++ b/fnl/plugins/harpoon.fnl
@@ -1,6 +1,9 @@
;; Harpoon files for navigation.
-(local opts {:ui_max_width 64 :title " ⇁ "})
+(local opts
+ {:ui_max_width 64
+ :title " ⇁ "
+ :settings {:save_on_toggle true :sync_on_ui_close true}})
(local user-cmds [[:HarpoonAdd
(λ []
@@ -40,8 +43,4 @@
(select 4))
:desc "Fourth Harpoon"}])
-{1 :ThePrimeagen/harpoon
- :branch :harpoon2
- :event :BufRead
- : init
- : keys}
+{1 :ThePrimeagen/harpoon :branch :harpoon2 :event :BufRead : init : keys}