File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ yarn:
8989
9090``` bash
9191yarn add --dev prettier @prettier/plugin-php
92- # or globally
92+ # or globally (pending https://github.com/prettier/prettier/issues/15141)
9393yarn global add prettier @prettier/plugin-php
9494```
9595
9696npm:
9797
9898``` bash
9999npm install --save-dev prettier @prettier/plugin-php
100- # or globally
100+ # or globally (pending https://github.com/prettier/prettier/issues/15141)
101101npm 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
You can’t perform that action at this time.
0 commit comments