Rename nvim to lazyvim

This commit is contained in:
Fabio Scotto di Santolo
2025-07-23 17:27:40 +02:00
parent 11d1f429e5
commit 48bb5346b2
19 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
return {
"smoka7/multicursors.nvim",
event = "VeryLazy",
dependencies = {
"nvimtools/hydra.nvim",
},
opts = {},
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",
},
},
}