diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/prettier.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index 5b2b352..33358bc 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -109,6 +109,11 @@ 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. +> + let g:prettier#no_focus_quicklist = 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 |
