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',
|
||||
-- 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 { -- .\+: \+\)\@<=[^ ][^:]\+$
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
ok = pull
|
||||
pl = pull
|
||||
ps = push
|
||||
re = restore
|
||||
rem = remote
|
||||
rest = restore
|
||||
s = status
|
||||
st = status
|
||||
sub = submodule
|
||||
|
|
Loading…
Add table
Reference in a new issue