diff options
Diffstat (limited to 'lua/user/lazy.lua')
-rw-r--r-- | lua/user/lazy.lua | 2 |
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}, }) |