summaryrefslogtreecommitdiff
path: root/fnl/config/hop.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/hop.fnl')
-rw-r--r--fnl/config/hop.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/config/hop.fnl b/fnl/config/hop.fnl
index 9f767b6..53ba9e9 100644
--- a/fnl/config/hop.fnl
+++ b/fnl/config/hop.fnl
@@ -3,8 +3,8 @@
{autoload {util util
nvim aniseed.nvim}})
-(set nvim.set_keymap "n" "s" ":HopChar2<cr>" { :silent true })
-(set nvim.set_keymap "n" "S" ":HopWord<cr>" { :silent true })
-
(let [hop (util.load-plugin :hop)]
(hop.setup {}))
+
+(nvim.set_keymap "n" "s" ":HopChar2<cr>" { :silent true })
+(nvim.set_keymap "n" "S" ":HopWord<cr>" { :silent true })