prevent error if you dont have a custom plugin
This commit is contained in:
parent
4a37a0a9b1
commit
b28ed339df
2
init.lua
2
init.lua
|
@ -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…
Reference in New Issue