diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-06-08 14:34:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-08 14:34:03 -0700 |
| commit | 0e0af9c7f91047c5a10a79604e1292a7394731d5 (patch) | |
| tree | 850f35d4f4c3212d737115e220ea59ab020eeccf | |
| parent | 8112c1c949a001957a1c31e3edf6a572cf54b456 (diff) | |
| parent | 09db4a1ff6d6ee411927ff1ac4419bdd0dbb3745 (diff) | |
| download | vim-prettier-0e0af9c7f91047c5a10a79604e1292a7394731d5.tar.xz | |
Merge pull request #13 from wangsongiam/master
fixed typo
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/prettier.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and ```vim " post install (yarn install | npm install) then load plugin only for editing supported files -plug 'mitermayer/vim-prettier', { +Plug 'mitermayer/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] } ``` diff --git a/doc/prettier.txt b/doc/prettier.txt index e60dc22..ee68d95 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -32,7 +32,7 @@ INSTALL *vim-prettier-install* Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and yarn|npm installed globally. > - plug 'mitermayer/vim-prettier', { + Plug 'mitermayer/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] } < |
