Update .config/nvim/lazy-lock.json
Update .config/nvim/lua/config/20_keymaps.lua Update .config/nvim/lua/plugin/10_hop.lua Update .config/nvim/lua/plugin/20_completion.lua Add .config/nvim/snippets/lua.json Add .config/nvim/snippets/package.json
This commit is contained in:
parent
9c23f65869
commit
1f04e09b4f
6 changed files with 31 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ return {
|
|||
keys = 'etovxqpdygfblzhckisuran'
|
||||
},
|
||||
keys = {
|
||||
{ "gw", "<cmd>HopWord<CR>", mode = "n", desc = "Hop to word" },
|
||||
{ "gw", "<cmd>HopWord<CR>", mode = { "n", "x" }, desc = "Hop to word" },
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue