summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-06 23:47:53 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-06 23:47:53 +0200
commite1c5a423a6e8abec507d89863903be869762a55e (patch)
tree925b268e08ffadd86f00611df636c54da45e0299 /lua/config/hop.lua
parent9404b0daa8733fb830b98eb13503c7f1bcbb915b (diff)
chore(lua): nuke lua files
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r--lua/config/hop.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/config/hop.lua b/lua/config/hop.lua
deleted file mode 100644
index 65fd792..0000000
--- a/lua/config/hop.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-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 })