We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5e205f + 3cf8ce5 commit e756465Copy full SHA for e756465
README.md
@@ -60,6 +60,12 @@ cd ~/.vim/bundle
60
git clone https://github.com/prettier/vim-prettier
61
```
62
63
+If using [dein](https://github.com/Shougo/dein.vim), add the following to your dein config:
64
+
65
+```vim
66
+call dein#add('prettier/vim-prettier', {'build': 'npm install'})
67
+```
68
69
If using other vim plugin managers or doing manual setup make sure to have
70
`prettier` installed globally or go to your vim-prettier directory and either do
71
`npm install` or `yarn install`
0 commit comments