File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ yarn:
89
89
90
90
``` bash
91
91
yarn add --dev prettier @prettier/plugin-php
92
- # or globally
92
+ # or globally (pending https://github.com/prettier/prettier/issues/15141)
93
93
yarn global add prettier @prettier/plugin-php
94
94
```
95
95
96
96
npm:
97
97
98
98
``` bash
99
99
npm install --save-dev prettier @prettier/plugin-php
100
- # or globally
100
+ # or globally (pending https://github.com/prettier/prettier/issues/15141)
101
101
npm install --global prettier @prettier/plugin-php
102
102
```
103
103
@@ -274,7 +274,7 @@ Sublime Text support is available through Package Control and the [JsPrettier](h
274
274
275
275
### Vim
276
276
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 .
278
278
279
279
#### ALE
280
280
You can’t perform that action at this time.
0 commit comments