summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 15:56:27 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 15:56:27 +0100
commitc46c1ba6cf1517daa5c1fd03c42b2cf058228f5d (patch)
treea348ffc01f31634fa7c8354ec61ba8d784da36e8 /lua/config/hop.lua
parent2b1fc1e6c318cf8f834fc80e8b56b4c58788776c (diff)
Remove hop
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 cc09a8a..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 })