Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
27714344d9
2 changed files with 3 additions and 1 deletions
|
@ -543,6 +543,8 @@ config = {
|
||||||
compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua',
|
compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua',
|
||||||
-- 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
|
||||||
|
max_jobs = 50,
|
||||||
}})
|
}})
|
||||||
|
|
||||||
-- 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 { -- .\+: \+\)\@<=[^ ][^:]\+$
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
ok = pull
|
ok = pull
|
||||||
pl = pull
|
pl = pull
|
||||||
ps = push
|
ps = push
|
||||||
re = restore
|
|
||||||
rem = remote
|
rem = remote
|
||||||
|
rest = restore
|
||||||
s = status
|
s = status
|
||||||
st = status
|
st = status
|
||||||
sub = submodule
|
sub = submodule
|
||||||
|
|
Loading…
Add table
Reference in a new issue