nvim: add config files
This commit is contained in:
12
nvim/lua/plugins/hop.lua
Normal file
12
nvim/lua/plugins/hop.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
'phaazon/hop.nvim',
|
||||
config = function()
|
||||
local hop = require('hop')
|
||||
hop.setup {
|
||||
keys = 'asdfweq'
|
||||
}
|
||||
|
||||
vim.keymap.set('n', 'W', hop.hint_words, {})
|
||||
vim.keymap.set('n', 'L', hop.hint_lines, {})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user