summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2019-09-14 05:41:23 +0000
committermitermayer <mitermayer.reis@gmail.com>2019-09-14 05:41:23 +0000
commit322018fdeb5c5a5d3f2a68612d86b35fee22f7ea (patch)
treee802daed1eaf09f6e847d57eb5ebadd5cb86e23a /plugin
parent29c1ed25fa649d6f71f6c6bb24a07a262d2f45ca (diff)
downloadvim-prettier-322018fdeb5c5a5d3f2a68612d86b35fee22f7ea.tar.xz
making-auto-format-disabled-by-default - Updating comment description
- updating comment description to match new behaviour
Diffstat (limited to 'plugin')
-rw-r--r--plugin/prettier.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim
index 079cb05..83656d3 100644
--- a/plugin/prettier.vim
+++ b/plugin/prettier.vim
@@ -17,7 +17,7 @@ endif
let g:loaded_prettier = 1
" => Plugin config
-" autoformating enabled by default upon saving
+" autoformating disabled by default upon saving
let g:prettier#autoformat = get(g:, 'prettier#autoformat', 0)
" path to prettier cli