mirror of https://github.com/LazyVim/starter
feat: disable auto check for update
- due to slow start up, gonna disable check for updatepull/99/head
parent
05dd8412d4
commit
607e8a45af
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue