diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index dc64534..bdf875f 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -543,6 +543,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 { -- .\+: \+\)\@<=[^ ][^:]\+$ diff --git a/.gitconfig b/.gitconfig index e9d8d5b..0948e25 100644 --- a/.gitconfig +++ b/.gitconfig @@ -28,8 +28,8 @@ ok = pull pl = pull ps = push - re = restore rem = remote + rest = restore s = status st = status sub = submodule