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
|
@ -20,6 +20,8 @@ function M.run(ropts, opts)
|
|||
ropts.plugins = opts.plugins
|
||||
end
|
||||
|
||||
ropts.concurrency = ropts.concurrency or Config.options.concurrency
|
||||
|
||||
if opts.clear then
|
||||
M.clear()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue