feat: disable auto check for update

- due to slow start up, gonna disable check for update
pull/98/head
fm39hz-workstation 2024-05-15 15:33:07 +07:00
parent 1ed3febfc6
commit aafe40ece1
1 changed files with 1 additions and 1 deletions

View File

@ -27,8 +27,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