aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7581820..39a4db6 100644
--- a/README.md
+++ b/README.md
@@ -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`