Update .config/nvim/init.lua
This commit is contained in:
parent
75259b2cd2
commit
b128bd0fc6
1 changed files with 1 additions and 2 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue