diff options
Diffstat (limited to 'lua/config/hop.lua')
-rw-r--r-- | lua/config/hop.lua | 8 |
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 }) |