nvim: lower max jobs to 2 (TODO: make it low on phone)

This commit is contained in:
PowerUser64 2022-08-19 00:57:01 -07:00
parent 8c3850af06
commit d15120a9bc

View file

@ -542,7 +542,7 @@ config = {
-- Don't ask before removing plugins -- Don't ask before removing plugins
autoremove = true, autoremove = true,
-- Limit max jobs to avoid getting killed on low-end hardware -- Limit max jobs to avoid getting killed on low-end hardware
max_jobs = 50, max_jobs = 2,
}}) }})
-- how to align all plugin descriptions: select all plugins in visual line, :'<,'>Align \(.\+use { -- .\+: \+\)\@<=[^ ][^:]\+$ -- how to align all plugin descriptions: select all plugins in visual line, :'<,'>Align \(.\+use { -- .\+: \+\)\@<=[^ ][^:]\+$