Updated plugins and added multicursor

This commit is contained in:
2024-03-18 20:33:11 +01:00
parent 78413f7b13
commit 0700ec6175
5 changed files with 28 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
--- @type LazyPluginSpec
return {
"smoka7/multicursors.nvim",
dependencies = {
"smoka7/hydra.nvim",
},
config = true,
cmd = { "MCstart", "MCvisual", "MCclear", "MCpattern", "MCvisualPattern", "MCunderCursor" },
keys = {
{
mode = { "v", "n" },
"<Leader>m",
"<cmd>MCstart<cr>",
desc = "Create a selection for selected text or word under the cursor",
},
},
}