mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: config option for runner concurrency
This commit is contained in:
parent
a87b6e1005
commit
b2339ade84
3 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue