prevent error if you dont have a custom plugin

pull/225/head
DexMech 2 years ago
parent 4a37a0a9b1
commit b28ed339df

@ -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 ]]

Loading…
Cancel
Save