add vim-visual-multi

This commit is contained in:
Woccz 2024-02-15 01:21:40 +13:00
parent 4827b97c1a
commit 82438d0ec0
2 changed files with 3 additions and 0 deletions

View file

@ -1,15 +0,0 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
}