From ff00aba1febc996107bc640098d31e2c67db2fde Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 7 Aug 2024 08:30:33 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf(lazy):=20use=20lazier?= =?UTF-8?q?=20defaults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use lazy loading by default and increase the laziness where possible. --- lua/config/lazy.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index c76ced3..7a3fd4f 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -24,7 +24,11 @@ require("lazy").setup({ }, { import = "plugins" }, -- General Plugins }, - defaults = { lazy = false, version = false }, + defaults = { + lazy = false, + version = false, + event = "VeryLazy", + }, checker = { enabled = true }, performance = { rtp = {