nvim: lower max jobs to 2 (TODO: make it low on phone)
This commit is contained in:
parent
8c3850af06
commit
d15120a9bc
1 changed files with 1 additions and 1 deletions
|
@ -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 { -- .\+: \+\)\@<=[^ ][^:]\+$
|
||||||
|
|
Loading…
Add table
Reference in a new issue