aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Vieira <vieiralucas4@gmail.com>2018-06-05 17:23:06 -0300
committerGitHub <noreply@github.com>2018-06-05 17:23:06 -0300
commit8254059ba0098f546dfd0e3c26e81a3ae3a514bb (patch)
treedd0d88dce9f1a1cf6d1507fc61898672da730291
parent8f22354d9138b76646958bcc257111a4a5f23d98 (diff)
downloadvim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7199fc9..5df2a7e 100644
--- a/README.md
+++ b/README.md
@@ -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' }
```