diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 15:56:27 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 15:56:27 +0100 |
commit | c46c1ba6cf1517daa5c1fd03c42b2cf058228f5d (patch) | |
tree | a348ffc01f31634fa7c8354ec61ba8d784da36e8 /lua/config/hop.lua | |
parent | 2b1fc1e6c318cf8f834fc80e8b56b4c58788776c (diff) |
Remove hop
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 }) |