Add vim-visual-multi

lazyvim
Andy Teijelo 2023-06-09 20:13:07 -04:00
parent 1800e5d2e1
commit b883b4be2c
2 changed files with 10 additions and 0 deletions

View File

@ -44,5 +44,6 @@
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
"vim-startuptime": { "branch": "master", "commit": "454b3de856b7bd298700de33d79774ca9b9e3875" },
"vim-visual-multi": { "branch": "master", "commit": "724bd53adfbaf32e129b001658b45d4c5c29ca1a" },
"which-key.nvim": { "branch": "main", "commit": "e271c28118998c93a14d189af3395812a1aa646c" }
}

View File

@ -0,0 +1,9 @@
return {
{
"mg979/vim-visual-multi",
-- enabled = true,
-- init = function()
-- require("fidget").setup()
-- end,
},
}