From e2612a787ed8c04315e4c3b2a788f68ee1676389 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 27 Aug 2019 17:45:06 +0800 Subject: [PATCH] Update doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef3a85..a86bd44 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,10 @@ Ex: \*: Vim may be slow if the feature is enabled. Find a balance between syntax highlight and speed. By the way, custom syntax could be added in `~/.vim/syntax` or `$VIM/vimfiles/syntax`. -### Note +**Note** + - `filetype` used to be set to `javascript.vue`, which caused `javascript` syntax to be loaded multiple times and a significant delay. Now it is `vue` so autocmds and other settings for `javascript` have to be manually enabled for `vue`. -- `g:vim_vue_plugin_use_foldexpr` default value used to be `1`, but there are other foldmethod choices. So it's changed to `0`. +- `g:vim_vue_plugin_use_foldexpr` default value used to be `1`. But there are other foldmethod choices, so it's changed to `0`. ## Screenshot