diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-02-18 15:24:58 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-02-18 15:24:58 -0800 |
| commit | be14f9408d73599e18e205e2fbb7454fb60d1920 (patch) | |
| tree | cb3bb44b80592e17ff716ff46f7f480371ce1fc0 | |
| parent | 21ad2ab031e7bd06e55e5c307bb390d407040051 (diff) | |
| download | vim-prettier-be14f9408d73599e18e205e2fbb7454fb60d1920.tar.xz | |
Adding reference to the release/1.x branch for testing
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -9,6 +9,30 @@ settings. If you have feature request and/or suggestions please comment on issue [1.0 release](https://github.com/prettier/vim-prettier/issues/126) +If you want to try out the `release/1.x` branch feel free to add this to your `.vimrc` + +```vim +Plug 'prettier/vim-prettier', { + \ 'do': 'yarn install', + \ 'branch': 'release/1.x', + \ 'for': [ + \ 'javascript', + \ 'typescript', + \ 'css', + \ 'less', + \ 'scss', + \ 'json', + \ 'graphql', + \ 'markdown', + \ 'vue', + \ 'lua', + \ 'php', + \ 'python', + \ 'ruby', + \ 'html', + \ 'swift' ] } +``` + --- By default it will auto format **javascript**, **typescript**, **less**, |
