TsutomuNakamura / dotfiles

3 stars 1 forks source link

vim-prettier requires yarn to deploy. #172

Closed TsutomuNakamura closed 3 years ago

TsutomuNakamura commented 3 years ago

In the .vimrc, vim-prettier requires yarn command for post installation.

Plug 'prettier/vim-prettier', { 'do': 'yarn install' } 

But this install.sh does not install yarn.

TsutomuNakamura commented 3 years ago

You can use npm instead of yarn. Eash to install npm because it is managed by package manager.