k-takata/minpac

how to install vim-prettier with the option "do:yarn install"?

Opened this issue · 2 comments

I have installed yarn。Vim shows "yarn install" isn't the commander of editor.

Try {'do': 'silent! !yarn install'} or {'do': {-> system('yarn install')}}.
The 'do' option must be an Ex command or a Funcref.

Thanks a lot!