aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2019-02-18 15:24:58 -0800
committermitermayer <mitermayer.reis@gmail.com>2019-02-18 15:24:58 -0800
commitbe14f9408d73599e18e205e2fbb7454fb60d1920 (patch)
treecb3bb44b80592e17ff716ff46f7f480371ce1fc0
parent21ad2ab031e7bd06e55e5c307bb390d407040051 (diff)
downloadvim-prettier-be14f9408d73599e18e205e2fbb7454fb60d1920.tar.xz
Adding reference to the release/1.x branch for testing
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index c62bac0..858d153 100644
--- a/README.md
+++ b/README.md
@@ -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**,