moved plugins to their own folders
This commit is contained in:
5
lua/custom/plugins/commentary.lua
Normal file
5
lua/custom/plugins/commentary.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'tpope/vim-commentary',
|
||||
},
|
||||
}
|
||||
@@ -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 {}
|
||||
5
lua/custom/plugins/iris.lua
Normal file
5
lua/custom/plugins/iris.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'soywod/iris.vim',
|
||||
},
|
||||
}
|
||||
5
lua/custom/plugins/render-markdown.lua
Normal file
5
lua/custom/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'tpope/vim-commentary',
|
||||
},
|
||||
}
|
||||
5
lua/custom/plugins/vim-indent-object.lua
Normal file
5
lua/custom/plugins/vim-indent-object.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'michaeljsmith/vim-indent-object',
|
||||
},
|
||||
}
|
||||
5
lua/custom/plugins/vim-signature.lua
Normal file
5
lua/custom/plugins/vim-signature.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'tpope/vim-commentary',
|
||||
},
|
||||
}
|
||||
5
lua/custom/plugins/vim-visual-multi.lua
Normal file
5
lua/custom/plugins/vim-visual-multi.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
'mg979/vim-visual-multi',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user