feat: disable auto check for update

- due to slow start up, gonna disable check for update
pull/99/head
fm39hz-workstation 2024-05-15 15:33:07 +07:00 committed by fm39hz-laptop
parent 05dd8412d4
commit 607e8a45af
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ require("lazy").setup({
version = false, -- always use the latest git commit version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver -- version = "*", -- try installing the latest stable version for plugins that support semver
}, },
checker = { enabled = true }, -- automatically check for plugin updates
install = { colorscheme = { "everforest" } }, install = { colorscheme = { "everforest" } },
checker = { enabled = false }, -- automatically check for plugin updates
performance = { performance = {
rtp = { rtp = {
-- disable some rtp plugins -- disable some rtp plugins