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,