feat: config option for runner concurrency

This commit is contained in:
Folke Lemaitre 2022-11-30 23:14:31 +01:00
parent a87b6e1005
commit b2339ade84
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 14 additions and 6 deletions

View file

@ -13,6 +13,7 @@ M.defaults = {
packpath = vim.fn.stdpath("data") .. "/site/pack/lazy", -- package path where new plugins will be installed
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json", -- lockfile generated after running update.
install_missing = true, -- install missing plugins on startup. This doesn't increase startup time.
concurrency = nil, -- set to a number to limit the maximum amount of concurrent tasks
git = {
-- defaults for `Lazy log`
-- log = { "-10" }, -- last 10 commits