Update .config/nvim/init.lua
This commit is contained in:
parent
8a91e12032
commit
75259b2cd2
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ set keymap=russian-jcukenwin
|
|||
set iminsert=0
|
||||
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 })
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue