⚡️ perf(lazy): use lazier defaults
Use lazy loading by default and increase the laziness where possible.
This commit is contained in:
+5
-1
@@ -24,7 +24,11 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
{ import = "plugins" }, -- General Plugins
|
{ import = "plugins" }, -- General Plugins
|
||||||
},
|
},
|
||||||
defaults = { lazy = false, version = false },
|
defaults = {
|
||||||
|
lazy = false,
|
||||||
|
version = false,
|
||||||
|
event = "VeryLazy",
|
||||||
|
},
|
||||||
checker = { enabled = true },
|
checker = { enabled = true },
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|||||||
Reference in New Issue
Block a user