diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-08-16 11:31:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 11:31:52 -0700 |
| commit | fc799a72ab2fe76e1af22192c00ad151e262db31 (patch) | |
| tree | 2b56653b065a56bee1172f30009a5d7a7676d325 | |
| parent | f86f1511461dc677f3b128f49a39496b4f7eaf2c (diff) | |
| parent | f0860abc9cfdadba2fe2ef05380f35329d2df61d (diff) | |
| download | vim-prettier-fc799a72ab2fe76e1af22192c00ad151e262db31.tar.xz | |
Merge pull request #43 from eddiezane/patch-1
Add instructions on changing the mapping to README
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
