From 6a631989fbac2aa1ff26a7ae058cbaf6914b0bc2 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 c5d3c88..7c67f12 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -55,7 +55,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