Update .config/nvim/init.lua

This commit is contained in:
V 2022-12-04 19:22:55 +04:00
parent 75259b2cd2
commit b128bd0fc6
1 changed files with 1 additions and 2 deletions

View File

@ -11,6 +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 })
vim.keymap.set('', 'f', function() hop.hint_word({ direction = directions.BEFORE_CURSOR }) end, {remap=true})