From 607e8a45af41b5a6024eb028a879af4abf6243cb 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 c276002..64bac19 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -30,8 +30,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