aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 480a8a4..283f7e3 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,12 @@ If your are on vim 8+ you can also trigger async formatting by:
### Configuration
+Change the mapping to run from the default of `<Leader>p`
+
+```vim
+nmap <Leader>py <Plug>(Prettier)
+```
+
Disable auto formatting of files that have "@format" tag
```vim