summaryrefslogtreecommitdiff
path: root/fnl/config/hop.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-05-31 21:24:51 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-05-31 21:24:51 +0200
commit762aa974f3c32531deda9fa7c03a03d91517a5b9 (patch)
tree430387eb60d3d3fee7d0d63311f5413d086a0046 /fnl/config/hop.fnl
parent344f5dae646b98e6937fad3388f32d560ebad9a4 (diff)
Remove hop plugin
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})