summaryrefslogtreecommitdiff
path: root/lua/config/hop.lua
blob: cc09a8af3ca9a70e04720a41833e0528140bb3bd (plain)
1
2
3
4
5
6
7
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 })