aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2018-03-24 14:31:52 -0400
committerChristian Höltje <docwhat@gerf.org>2018-03-24 14:44:34 -0400
commit5f40736f9829e8440eda85fc8c0fa3bdbf86d2b6 (patch)
treef01a572672d938bfd261c301acb6ab574348d44e
parentd23f186a8c8cf92c91d28efd3fadfa727f9730ff (diff)
downloadvim-prettier-5f40736f9829e8440eda85fc8c0fa3bdbf86d2b6.tar.xz
doc: typo for quickfix option
-rw-r--r--doc/prettier.txt2
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