diff --git a/plugin/commands.vim b/plugin/commands.vim index 7198969..fef798e 100644 --- a/plugin/commands.vim +++ b/plugin/commands.vim @@ -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()