From 11f4365953757b57c82a22a5941e97e248a2abe4 Mon Sep 17 00:00:00 2001 From: yemai Date: Tue, 2 Apr 2019 09:47:26 +0800 Subject: [PATCH] docs: improve document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be221d0..2248071 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Ex: | `g:vim_vue_plugin_debug` | Echo debug message in `messages` list. Useful to debug if indent errors occur. | 0 | | `g:vim_vue_plugin_has_init_indent` | Initially indent one tab inside `style/script` tags. | 0 for `.vue`. 1 for `.wpy` | -\*: May be slow if enabled. Find balance between syntax highlight and speed. By the way, custom syntax could be added in `~/.vim/syntax` or `$VIM/vimfiles/syntax`. +\*: Vim may be slow if the feature is enabled. Find balance between syntax highlight and speed. By the way, custom syntax could be added in `~/.vim/syntax` or `$VIM/vimfiles/syntax`. ## Screenshot