nvim: parens

This commit is contained in:
PowerUser64 2022-08-25 02:53:07 -07:00
parent 663a03ee17
commit 06df2258c6

View file

@ -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
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
else
Packer_max_jobs = 100