add keymap of Hop for nvim(non-vscode mode)

This commit is contained in:
2025-04-02 09:45:37 +08:00
parent 6e066822df
commit 900c02dde8
2 changed files with 34 additions and 0 deletions

9
lua/plugins/hop.lua Normal file
View File

@@ -0,0 +1,9 @@
return{
{
'smoka7/hop.nvim',
version = "*",
opts = {
keys = 'etovxqpdygfblzhckisuran'
}
}
}