diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index efa1f11..ebe2265 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -31,7 +31,7 @@ require("lazy").setup({ -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. install = { colorscheme = { "habamax" } }, - -- + -- automatically check for plugin updates checker = { enabled = false }, })