Make minpac commands have consistent format
This commit is contained in:
parent
d555afe61e
commit
b493ad17e5
@ -1,8 +1,10 @@
|
||||
" minpac
|
||||
command! PackUpdate packadd minpac | source $MYVIMRC |
|
||||
\ call minpac#update('', {'do': 'call minpac#status()'})
|
||||
command! PackStatus packadd minpac | source $MYVIMRC | call minpac#status()
|
||||
command! PackClean packadd minpac | source $MYVIMRC | call minpac#clean()
|
||||
command! PackStatus packadd minpac | source $MYVIMRC |
|
||||
\ call minpac#status()
|
||||
command! PackClean packadd minpac | source $MYVIMRC |
|
||||
\ call minpac#clean()
|
||||
|
||||
" Sort Python Imports
|
||||
command! ISort call do#isort()
|
||||
|
Loading…
x
Reference in New Issue
Block a user