diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/prettier.txt | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,8 @@ A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. +By default it will auto format javascript files that have "@format" annotation in the header of the file. + ### INSTALL Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and yarn|npm installed globally. diff --git a/doc/prettier.txt b/doc/prettier.txt index 8c9ed22..a2f17f1 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -13,6 +13,9 @@ INTRODUCTION *vim-prettier-introduction* A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. +By default it will auto format javascript files that have "@format" +annotation in the header of the file. + When installed via vim-plug, a default prettier executable is installed inside vim-prettier. |
