Update minpac integration to match current recommendations (status is automatically handled on update now)

This commit is contained in:
Danielle McLean 2020-09-03 14:01:05 +10:00
parent 585f5d5cc7
commit d04144089d
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ endfunction
if exists('+packpath')
" These are really clever - minpac will actually be loaded on the fly only
" when you need to update or clean your packages, rather than all the time.
command! PackUpdate source $XDG_CONFIG_HOME/vim/plugins.vim | call minpac#update('', {'do': 'call minpac#status()'})
command! PackUpdate source $XDG_CONFIG_HOME/vim/plugins.vim | call minpac#update()
command! PackClean source $XDG_CONFIG_HOME/vim/plugins.vim | call minpac#clean()
command! PackStatus source $XDG_CONFIG_HOME/vim/plugins.vim | call minpac#status()