mirror of https://github.com/LazyVim/starter
feat: enable check for updates
parent
07c1684260
commit
66118ec8a3
|
@ -35,7 +35,10 @@ require("lazy").setup({
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
},
|
},
|
||||||
install = { colorscheme = { "everforest" } },
|
install = { colorscheme = { "everforest" } },
|
||||||
checker = { enabled = false }, -- automatically check for plugin updates
|
checker = {
|
||||||
|
enabled = true, -- check for plugin updates periodically
|
||||||
|
notify = false, -- notify on update
|
||||||
|
}, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
-- disable some rtp plugins
|
-- disable some rtp plugins
|
||||||
|
|
Loading…
Reference in New Issue