Skip to content

Commit e756465

Browse files
authored
Merge pull request #282 from Chocrates/master
Add dein config to readme
2 parents a5e205f + 3cf8ce5 commit e756465

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ cd ~/.vim/bundle
6060
git clone https://github.com/prettier/vim-prettier
6161
```
6262

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+
6369
If using other vim plugin managers or doing manual setup make sure to have
6470
`prettier` installed globally or go to your vim-prettier directory and either do
6571
`npm install` or `yarn install`

0 commit comments

Comments
 (0)