harpoon, multicursor, undotree
This commit is contained in:
parent
eb3588923f
commit
be296480d9
5 changed files with 76 additions and 3 deletions
17
lua/custom/plugins/multicursor.lua
Normal file
17
lua/custom/plugins/multicursor.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
"smoka7/multicursors.nvim",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
'smoka7/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',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue