From be14f9408d73599e18e205e2fbb7454fb60d1920 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Mon, 18 Feb 2019 15:24:58 -0800 Subject: Adding reference to the release/1.x branch for testing --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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**, -- cgit v1.3-5-g9baa