From 334331080048e4f7b251cd6d06431b9ea020e134 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 7 May 2023 10:42:53 +0200 Subject: [PATCH] nvim: disable lazy auto check for updates --- .config/nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index a5685f6..32e6454 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -10,7 +10,7 @@ vim.opt.runtimepath:prepend(lazypath) require("lazy").setup({ import = "plugins", defaults = { lazy = true }, - checker = { enabled = true }, + checker = { enabled = false }, performance = { cache = { enabled = true,