chore: disable lazy loading by default
This commit is contained in:
parent
5dae91a387
commit
ac5dc3ac00
@ -25,7 +25,7 @@ require("lazy").setup {
|
||||
defaults = {
|
||||
-- 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.
|
||||
lazy = true,
|
||||
lazy = false,
|
||||
},
|
||||
install = { colorscheme = { "astrodark", "habamax" } },
|
||||
checker = { enabled = false }, -- automatically check for plugin updates
|
||||
|
Loading…
x
Reference in New Issue
Block a user