summaryrefslogtreecommitdiff
path: root/lua/user/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/lazy.lua')
-rw-r--r--lua/user/lazy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lazy.lua b/lua/user/lazy.lua
index dfb8364..640e10f 100644
--- a/lua/user/lazy.lua
+++ b/lua/user/lazy.lua
@@ -143,6 +143,6 @@ require("lazy").setup({
install = {
colorscheme = { "nord" },
},
- checker = { enabled = true },
+ checker = { enabled = false },
-- defaults = {lazy = true},
})