Fixing type on vim documentation (#2066)

* Adding --stdin-filepath option in order to enable filetype inference from
stdin

* Fixing typo on the documentation
master
Mitermayer Reis 2017-06-08 14:37:02 -07:00 committed by Christopher Chedeau
parent 939734b75e
commit 7114eb4f1e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ By default it will auto format **javascript**, **typescript**, **less**, **scss*
```vim
" post install (yarn install | npm install) then load plugin only for editing supported files
plug 'mitermayer/vim-prettier', {
Plug 'mitermayer/vim-prettier', {
\ 'do': 'npm install',
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] }
```