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.fnl8
1 files changed, 0 insertions, 8 deletions
diff --git a/fnl/config/hop.fnl b/fnl/config/hop.fnl
deleted file mode 100644
index f623c0f..0000000
--- a/fnl/config/hop.fnl
+++ /dev/null
@@ -1,8 +0,0 @@
-;; Hopping in text.
-(module config.hop {autoload {util util nvim aniseed.nvim}})
-
-(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})