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

@@ -189,25 +189,6 @@ require('lazy').setup({
-- keys can be used to configure plugin behavior/loading/etc.
--
-- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded.
--
{
'mg979/vim-visual-multi',
},
{
'soywod/iris.vim',
},
{
'michaeljsmith/vim-indent-object',
},
{
'kshenoy/vim-signature',
},
{
'tpope/vim-commentary',
},
{
'MeanderingProgrammer/render-markdown.nvim',
},
-- Alternatively, use `config = function() ... end` for full control over the configuration.
-- If you prefer to call `setup` explicitly, use:
-- {
@@ -937,7 +918,7 @@ require('lazy').setup({
-- This is the easiest way to modularize your config.
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
--
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
-- Or use telescope!