mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: enable check for updates
This commit is contained in:
parent
e66c0a6c51
commit
6a631989fb
1 changed files with 4 additions and 1 deletions
|
|
@ -55,7 +55,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…
Add table
Reference in a new issue