diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2018-03-24 21:19:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-24 21:19:21 -0700 |
| commit | c722ab7c4d10f0af678450bb251c353d02633ace (patch) | |
| tree | f01a572672d938bfd261c301acb6ab574348d44e | |
| parent | d23f186a8c8cf92c91d28efd3fadfa727f9730ff (diff) | |
| parent | 5f40736f9829e8440eda85fc8c0fa3bdbf86d2b6 (diff) | |
| download | vim-prettier-c722ab7c4d10f0af678450bb251c353d02633ace.tar.xz | |
Merge pull request #124 from docwhat/pr/doc-typo
doc: typo for quickfix option
| -rw-r--r-- | doc/prettier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index 96f7f72..5b2b352 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -107,7 +107,7 @@ The command `:Prettier` by default is synchronous but can also be forced async < By default parsing errors will open the quickfix but can also be disabled > - let g:prettier#exec_cmd_async = 1 + let g:prettier#quickfix_enabled = 1 < To enable vim-prettier to run in files without requiring the "@format" doc tag. First disable the default autoformat, then update to your own custom behaviour |
