summaryrefslogtreecommitdiff
path: root/fnl/config/hop.fnl
blob: b4b60a22d713b8eb31256eec84dad113028ea03d (plain)
1
2
3
4
5
6
7
8
9
10
;; 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})