nvim: parens
This commit is contained in:
parent
663a03ee17
commit
06df2258c6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ end
|
||||||
-- }}
|
-- }}
|
||||||
|
|
||||||
-- Reduce the maximum number of jobs in termux (a terminal for android) or if WEAK_SYSTEM is set to true
|
-- Reduce the maximum number of jobs in termux (a terminal for android) or if WEAK_SYSTEM is set to true
|
||||||
if os.getenv("TERMUX_VERSION") ~= nil or os.getenv("WEAK_SYSTEM") == "true" then
|
if (os.getenv("TERMUX_VERSION") ~= nil) or (os.getenv("WEAK_SYSTEM") == "true") then
|
||||||
Packer_max_jobs = 5
|
Packer_max_jobs = 5
|
||||||
else
|
else
|
||||||
Packer_max_jobs = 100
|
Packer_max_jobs = 100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue