feat: enable loading lua/custom/plugins/*.lua

This commit is contained in:
David Drottson 2024-03-05 13:48:48 +01:00
parent b83b2b061c
commit fa57fe1490
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`