aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-09-14 11:07:09 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-09-14 11:10:24 -0700
commit64756f28d3e6eec71e8591d0ada68ea6a0daf61f (patch)
tree32962fcf039eb9ec73d7d5b07a69a53562de97c4 /README.md
parent21faa2c2c7fd370f7d15d21391b4a9fa98047ed3 (diff)
downloadvim-prettier-64756f28d3e6eec71e8591d0ada68ea6a0daf61f.tar.xz
Adding note on required prettier version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index db89d1f..7581820 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
A vim plugin wrapper for prettier, pre-configured with custom default prettier settings.
+**Note:** requires `prettier` version 1.7.0+
+
+***
+
By default it will auto format **javascript**, **typescript**, **less**, **scss**, **css**, **json**, and **graphql** files that have "@format" annotation in the header of the file.
![vim-prettier](/media/vim-prettier.gif?raw=true "vim-prettier")