initial commit
This commit is contained in:
20
nvim/lua/plugins/hop.lua
Normal file
20
nvim/lua/plugins/hop.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
return {
|
||||
{
|
||||
'smoka7/hop.nvim',
|
||||
version = "*",
|
||||
opts = {
|
||||
multi_windows = true,
|
||||
keys = 'asdfghjklcvnmqp', --'etovxqpdygfblzhckisuran',
|
||||
uppercase_labels = true
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>gg",
|
||||
function()
|
||||
require("hop").hint_words()
|
||||
end,
|
||||
mode = {"n", "x", "o", "v"}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user