Enable custom plugins by default for lazy plugin manager

This commit is contained in:
xask00 2024-03-01 10:44:26 +05:30
parent 38828dcaf7
commit 0b26fcff91
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ require('lazy').setup {
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}
-- The line beneath this is called `modeline`. See `:help modeline`