Closed TsutomuNakamura closed 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.
You can use npm instead of yarn. Eash to install npm because it is managed by package manager.
In the .vimrc, vim-prettier requires yarn command for post installation.
But this install.sh does not install yarn.