From 66118ec8a3bcd9570d563f289e18ffda181c2a64 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Sun, 20 Oct 2024 16:01:43 +0700 Subject: [PATCH] feat: enable check for updates --- lua/config/lazy.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 89b3e0e..66d5ca0 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -35,7 +35,10 @@ require("lazy").setup({ border = "rounded", }, 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 = { rtp = { -- disable some rtp plugins