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({
|
require("lazy").setup({
|
||||||
import = "plugins",
|
import = "plugins",
|
||||||
defaults = { lazy = true },
|
defaults = { lazy = true },
|
||||||
checker = { enabled = true },
|
checker = { enabled = false },
|
||||||
performance = {
|
performance = {
|
||||||
cache = {
|
cache = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
Loading…
Reference in a new issue