diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-03-25 15:02:19 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-03-25 15:02:19 -0700 |
| commit | 31c10476272da60990d5e0639b8da15c76a5fa47 (patch) | |
| tree | 9b2c814d3ac3a624f66795e666fa68af6cc451b4 /doc | |
| parent | ba8b67a02fbb01495ac2ff4daf7f391c13a163e1 (diff) | |
| download | vim-prettier-31c10476272da60990d5e0639b8da15c76a5fa47.tar.xz | |
Updating readme and docs with the correct defaults
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/prettier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index 33358bc..41f43e0 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -112,7 +112,7 @@ By default parsing errors will open the quickfix but can also be disabled Have the cursor returned to its original window after the quickfix window is shown. > - let g:prettier#no_focus_quicklist = 1 + let g:prettier#no_focus_quicklist = 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 |
