diff --git a/README.md b/README.md index 8636310..b1f938c 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,8 @@ let g:prettier#autoformat_require_pragma = 0 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! +Again, this setting will have no effect if not combined with `let g:prettier#autoformat_require_pragma = 0`. + ```vim let g:prettier#autoformat_config_present = 1 ```