diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-09-17 23:48:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-17 23:48:53 -0700 |
| commit | bfe75968b5b05cb4b31ea08697d62908539e623e (patch) | |
| tree | 6fcd31b6a42cc1fc962b85b8d983467b2cbbc5b8 /README.md | |
| parent | 7f3c9f3d92619eedf0593b915dae0e3fd20aaa27 (diff) | |
| parent | 2f5b382087f131c0ab967600b2d9ce2f3201e653 (diff) | |
| download | vim-prettier-bfe75968b5b05cb4b31ea08697d62908539e623e.tar.xz | |
Merge pull request #54 from prettier/adding-extra-commands
feature: Adding more vim-prettier commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -53,6 +53,30 @@ If your are on vim 8+ you can also trigger async formatting by: :PrettierAsync ``` +You can check what is the `vim-prettier` plugin version by: + +```vim +:PrettierVersion +``` + +You can send commands to the resolved `prettier` cli by: + +``` +:PrettierCli <q-args> +``` + +You can check what is the resolved `prettier` cli path by: + +```vim +:PrettierCliPath +``` + +You can check what is the resolved `prettier` cli version by: + +```vim +:PrettierCliVersion +``` + ### Configuration Change the mapping to run from the default of `<Leader>p` |
