diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2018-03-25 14:58:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-25 14:58:39 -0700 |
| commit | 2116a4b6d7712bfc5ce13c70c12f8c8dd4acb7f9 (patch) | |
| tree | 325079f3f2bf46fdd8d79718876f275c98bac5e8 /doc | |
| parent | c722ab7c4d10f0af678450bb251c353d02633ace (diff) | |
| parent | 12367470eeba432b4020f31649295126fedcb238 (diff) | |
| download | vim-prettier-2116a4b6d7712bfc5ce13c70c12f8c8dd4acb7f9.tar.xz | |
Merge pull request #122 from docwhat/pr/no-focus-quickfix
don't change focus to the quicklist
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 |
