chore: disable lazy loading by default
parent
5dae91a387
commit
ac5dc3ac00
|
@ -25,7 +25,7 @@ require("lazy").setup {
|
||||||
defaults = {
|
defaults = {
|
||||||
-- By default, only AstroNvim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
-- By default, only AstroNvim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||||
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
||||||
lazy = true,
|
lazy = false,
|
||||||
},
|
},
|
||||||
install = { colorscheme = { "astrodark", "habamax" } },
|
install = { colorscheme = { "astrodark", "habamax" } },
|
||||||
checker = { enabled = false }, -- automatically check for plugin updates
|
checker = { enabled = false }, -- automatically check for plugin updates
|
||||||
|
|
Loading…
Reference in New Issue