aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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