from the readme: ``` call minpac#add('Shougo/vimproc.vim', {'do': 'silent! !make'}) ``` I am new to neovim and would like to know if I remove the `silent!` part, is it expected if there is no output from the make command?