prevent error if you dont have a custom plugin

This commit is contained in:
DexMech 2023-03-20 00:36:50 -03:00
parent 4a37a0a9b1
commit b28ed339df
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ require('lazy').setup({
--
-- An additional note is that if you only copied in the `init.lua`, you can just comment this line
-- to get rid of the warning telling you that there are not plugins in `lua/custom/plugins/`.
{ import = 'custom.plugins' },
-- { import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]