nvim: disable lazy auto check for updates
This commit is contained in:
parent
474a89b198
commit
3343310800
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue