diff options
| author | Lucas Vieira <vieiralucas4@gmail.com> | 2018-06-05 17:23:06 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-05 17:23:06 -0300 |
| commit | 8254059ba0098f546dfd0e3c26e81a3ae3a514bb (patch) | |
| tree | dd0d88dce9f1a1cf6d1507fc61898672da730291 | |
| parent | 8f22354d9138b76646958bcc257111a4a5f23d98 (diff) | |
| download | vim-prettier-8254059ba0098f546dfd0e3c26e81a3ae3a514bb.tar.xz | |
Remove wrong comment on README.md comment example
The example that shows how to enable `vim-prettier` for all files has a comment about only enabling it for supported files (looks like it was copy and pasted from the previous example).
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Plug 'prettier/vim-prettier', { or simply enable for all formats by: ```vim -" post install (yarn install | npm install) then load plugin only for editing supported files +" post install (yarn install | npm install) Plug 'prettier/vim-prettier', { 'do': 'yarn install' } ``` |
