diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/prettier.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index 38fad26..a10f310 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -58,6 +58,22 @@ 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: +> + :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: +> + :PrettierCliPath +< +You can check what is the resolved `prettier` cli version by: +> + :PrettierCliVersion +< ============================================================================== CONFIGURATION *vim-prettier-configuration* |
