diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index d4f73b0..121626a 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -30,6 +30,7 @@ require("lazy").setup({ }, install = { colorscheme = { "kanagawa-dragon", "habamax" } }, checker = { enabled = true }, -- automatically check for plugin updates + rocks = { enabled = false }, git = { concurrency = 3, -- reduce concurrent git operations (default is higher) },