local hop = require("hop") local keymap = vim.keymap hop.setup({ case_insensitive = true, char2_fallback_key = "", quit_key = "", "", { silent = true, noremap = true, callback = function() hop.hint_char1() end, })