fix(nvim): do not include inclusive

This commit is contained in:
Price Hiller 2022-07-31 14:28:58 -05:00
parent 2ad9975012
commit 61737c663f

View File

@ -149,7 +149,6 @@ local hop = require("hop")
vim.keymap.set("", "f", function()
hop.hint_char1({
current_line_only = false,
inclusive_jump = true,
})
end)