aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b7f7741..226bdf8 100644
--- a/README.md
+++ b/README.md
@@ -129,11 +129,10 @@ By default parsing errors will open the quickfix but can also be disabled
let g:prettier#quickfix_enabled = 0
```
-Have the cursor returned to its original window after the quickfix window is
-shown.
+By default we auto focus on the quickfix when there are errors but can also be disabled
```vim
-let g:prettier#no_focus_quicklist = 0
+let g:prettier#quickfix_auto_focus = 0
```
To enable vim-prettier to run in files without requiring the "@format" doc tag.