From aafe40ece1f41c8d42ee7f73df6b79f16329dda7 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Wed, 15 May 2024 15:33:07 +0700 Subject: [PATCH] feat: disable auto check for update - due to slow start up, gonna disable check for update --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 6cfa08d..613aad1 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -27,8 +27,8 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - checker = { enabled = true }, -- automatically check for plugin updates install = { colorscheme = { "everforest" } }, + checker = { enabled = false }, -- automatically check for plugin updates performance = { rtp = { -- disable some rtp plugins