diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 20dda1f..ab55ba6 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -30,6 +30,6 @@ require("lazy").setup({ -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. install = { colorscheme = { "rose-pine" } }, - -- automatically check for plugin updates - checker = { enabled = true }, + -- disable automatic checking for plugin updates + checker = { enabled = false }, })