moved plugins to their own folders

This commit is contained in:
venus
2025-11-08 21:49:00 -06:00
parent 6b3cac529a
commit 682e7012ac
8 changed files with 31 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
return {
{
'tpope/vim-commentary',
},
}

View File

@@ -1,5 +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 {}

View File

@@ -0,0 +1,5 @@
return {
{
'soywod/iris.vim',
},
}

View File

@@ -0,0 +1,5 @@
return {
{
'tpope/vim-commentary',
},
}

View File

@@ -0,0 +1,5 @@
return {
{
'michaeljsmith/vim-indent-object',
},
}

View File

@@ -0,0 +1,5 @@
return {
{
'tpope/vim-commentary',
},
}

View File

@@ -0,0 +1,5 @@
return {
{
'mg979/vim-visual-multi',
},
}