aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAtom Mac <atom.mac@gmail.com>2019-10-13 10:04:00 -0400
committerAtom Mac <atom.mac@gmail.com>2019-10-13 10:04:00 -0400
commite144afaa17a5c4069c9b86558a2831e729429073 (patch)
treee5f9a74d33ad77cfbf77a19f44eee828b1aedce8 /README.md
parent59c4644692e10613b78e8746fe0832d33a2e1216 (diff)
downloadvim-prettier-e144afaa17a5c4069c9b86558a2831e729429073.tar.xz
Clarify that autoformat will be overridden by config_present
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f83fb6d..f8c7253 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ Enable auto formatting of files that have "@format" or "@prettier" tag
let g:prettier#autoformat = 1
```
-Toggle the `g:prettier#autoformat` setting based on whether a config file can be found in the current directory or any parent directory.
+Toggle the `g:prettier#autoformat` setting based on whether a config file can be found in the current directory or any parent directory. Note that this will override the `g:prettier#autoformat` setting!
```vim
let g:prettier#autoformat_config_present = 1