Skip to content

Commit 3cf8ce5

Browse files
author
Chris McIntosh
authored
Add dein config to readme
1 parent d55fa4e commit 3cf8ce5

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)