From: martin f. krafft Date: Wed, 6 Aug 2025 09:57:14 +0000 (+0200) Subject: Disable plugin update checker X-Git-Url: https://git.madduck.net/etc/lazyvim.git/commitdiff_plain/28d92436b92fd8708be29afbca44e44d6275d6f1?ds=sidebyside;hp=bd3c4d475bab6e50b256a41ac66efc90b47cde18 Disable plugin update checker --- diff --git a/.config/lazyvim/lua/config/lazy.lua b/.config/lazyvim/lua/config/lazy.lua index d73bfa1..36db196 100644 --- a/.config/lazyvim/lua/config/lazy.lua +++ b/.config/lazyvim/lua/config/lazy.lua @@ -32,7 +32,7 @@ require("lazy").setup({ }, install = { colorscheme = { "tokyonight", "habamax" } }, checker = { - enabled = true, -- check for plugin updates periodically + enabled = false, -- check for plugin updates periodically notify = false, -- notify on update }, -- automatically check for plugin updates performance = {