moved plugins to their own folders
This commit is contained in:
21
init.lua
21
init.lua
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user