summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 10:35:13 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 10:35:13 +0100
commit0c513c1fed4c02f41e0097bb5d74525429a43450 (patch)
tree05ea50d2c7868283fc7bbb757aae042f6027d823 /lua/config/hop.lua
parentf9d2328c130378a5b4823369681c48008fcf61c7 (diff)
Revert "Remove hop"
This reverts commit c46c1ba6cf1517daa5c1fd03c42b2cf058228f5d.
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r--lua/config/hop.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua
new file mode 100644
index 0000000..cc09a8a
--- /dev/null
+++ b/lua/config/hop.lua
@@ -0,0 +1,8 @@
+local status_ok, hop = pcall(require, "hop")
+if not status_ok then
+ return
+end
+
+hop.setup()
+-- vim.api.nvim_set_keymap("n", "s", ":HopChar2<cr>", { silent = true })
+vim.api.nvim_set_keymap("n", "S", ":HopWord<cr>", { silent = true })