diff options
Diffstat (limited to 'doc/prettier.txt')
| -rw-r--r-- | doc/prettier.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index 41f43e0..ed074cf 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -109,10 +109,9 @@ By default parsing errors will open the quickfix but can also be disabled > let g:prettier#quickfix_enabled = 1 < -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 > - 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. First disable the default autoformat, then update to your own custom behaviour |
