Update .config/nvim/init.lua

This commit is contained in:
V 2022-12-04 19:25:13 +04:00
parent b128bd0fc6
commit f37321f5d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ set imsearch=-1
]]
local hop = require('hop')
local directions = require('hop.hint').HintDirection
vim.keymap.set('', 'f', function() hop.hint_word({ direction = directions.BEFORE_CURSOR }) end, {remap=true})
vim.keymap.set('', 'f', function() hop.hint_words({ direction = directions.BEFORE_CURSOR }) end, {remap=true})