prepare for default lazy

This commit is contained in:
Fernando Schauenburg 2023-08-10 01:25:19 +02:00
parent 5bedb1ec70
commit d8e121ca15

View file

@ -17,6 +17,9 @@ end)()
if lazy then if lazy then
lazy.setup { lazy.setup {
spec = 'fschauen.plugins', spec = 'fschauen.plugins',
-- defaults = {
-- lazy = true,
-- },
dev = { dev = {
path = '~/Projects/nvim-plugins', path = '~/Projects/nvim-plugins',
fallback = true, fallback = true,