nvim: add job limit for packer.nvim
This commit is contained in:
parent
25ea86a7e1
commit
9c2257dffe
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,8 @@ config = {
|
|||
compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua',
|
||||
-- Don't ask before removing plugins
|
||||
autoremove = true,
|
||||
-- Limit max jobs to avoid getting killed on low-end hardware
|
||||
max_jobs = 50,
|
||||
}})
|
||||
|
||||
-- how to align all plugin descriptions: select all plugins in visual line, :'<,'>Align \(.\+use { -- .\+: \+\)\@<=[^ ][^:]\+$
|
||||
|
|
Loading…
Add table
Reference in a new issue