nvim: disable lazy auto check for updates

This commit is contained in:
Daniel Lundin 2023-05-07 10:42:53 +02:00
parent 474a89b198
commit 3343310800

View file

@ -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,