mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: disable auto check for update
- due to slow start up, gonna disable check for update
This commit is contained in:
parent
05dd8412d4
commit
607e8a45af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue