update
This commit is contained in:
parent
3b6c8ee310
commit
149e2a93c5
3
init.lua
3
init.lua
@ -8,7 +8,8 @@ if not G.loop.fs_stat(lazypath) then
|
||||
"clone",
|
||||
"--filter=blob:none",
|
||||
"http://git.qqnewbie.top/newbieQQ/lazy.nvim.git",
|
||||
"--branch=stable", -- latest stable release
|
||||
-- latest stable release
|
||||
"--branch=stable",
|
||||
lazypath,
|
||||
})
|
||||
|
||||
|
@ -3,7 +3,8 @@ return {
|
||||
|
||||
-- 多光标
|
||||
'terryma/vim-multiple-cursors',
|
||||
require("normal.plugsettings.edit-plugs.lua"),
|
||||
require("normal.plugsettings.edit-plugs"),
|
||||
require("normal.plugsettings.hop"),
|
||||
|
||||
}
|
||||
|
||||
|
@ -15,12 +15,11 @@ return {
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
-- 括号箭头
|
||||
'yaocccc/nvim-hlchunk',
|
||||
-- 注释插件
|
||||
'tpope/vim-commentary',
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
12
lua/normal/plugsettings/hop.lua
Normal file
12
lua/normal/plugsettings/hop.lua
Normal file
@ -0,0 +1,12 @@
|
||||
return {
|
||||
"phaazon/hop.nvim",
|
||||
branch = "v2",
|
||||
config = function ()
|
||||
require("hop").setup{keys = 'etovxqpdygfblzhckisuran'}
|
||||
G.map({
|
||||
{"n", "<leader>f", ":HopChar1MW<CR>", {noremap = true}},
|
||||
{"n", "<leader>F", ":HopChar2MW<CR>", {noremap = true}},
|
||||
})
|
||||
|
||||
end
|
||||
}
|
Loading…
Reference in New Issue
Block a user