Skip to content

Commit 6f7d65d

Browse files
Update README.md (#2405)
1 parent 612272f commit 6f7d65d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ yarn:
8989

9090
```bash
9191
yarn add --dev prettier @prettier/plugin-php
92-
# or globally
92+
# or globally (pending https://github.com/prettier/prettier/issues/15141)
9393
yarn global add prettier @prettier/plugin-php
9494
```
9595

9696
npm:
9797

9898
```bash
9999
npm install --save-dev prettier @prettier/plugin-php
100-
# or globally
100+
# or globally (pending https://github.com/prettier/prettier/issues/15141)
101101
npm install --global prettier @prettier/plugin-php
102102
```
103103

@@ -274,7 +274,7 @@ Sublime Text support is available through Package Control and the [JsPrettier](h
274274

275275
### Vim
276276

277-
Regarding plugin support in the official plugin vim-prettier see [this issue](https://github.com/prettier/vim-prettier/issues/119).
277+
The official [prettier plugin for vim](https://github.com/prettier/vim-prettier) has built-in support for plugin-php since 1.0.
278278

279279
#### ALE
280280

0 commit comments

Comments
 (0)