vim: update hop plugin remote
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
'phaazon/hop.nvim',
|
'smoka7/hop.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
local hop = require('hop')
|
local hop = require('hop')
|
||||||
hop.setup {
|
hop.setup {
|
||||||
keys = 'asdfweq'
|
keys = 'qwertyuiopasdfghjklzxcvbnm1234567890 '
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.keymap.set('n', 'W', hop.hint_words, {})
|
vim.keymap.set('n', 'W', hop.hint_words, {})
|
||||||
|
|||||||
Reference in New Issue
Block a user