From 0e341ab4f83791a91c79178c4e950115711f11a9 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 15 Jun 2021 12:27:36 +0800 Subject: [PATCH] Simplify example config --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e230886..1ced956 100644 --- a/README.md +++ b/README.md @@ -116,19 +116,17 @@ let g:vim_vue_plugin_config = { \'syntax': { \ 'template': ['html', 'pug'], \ 'script': ['javascript', 'typescript', 'coffee'], - \ 'style': ['scss', 'sass', 'less', 'stylus'], + \ 'style': ['css', 'scss', 'sass', 'less', 'stylus'], \ 'i18n': ['json', 'yaml'], \ 'route': 'json', - \ 'docs': 'markdown', - \ 'page-query': 'graphql', \}, - \'full_syntax': ['scss', 'html'], - \'initial_indent': ['script.javascript', 'style', 'yaml'], + \'full_syntax': ['json'], + \'initial_indent': ['i18n', 'i18n.json', 'yaml'], \'attribute': 1, \'keyword': 1, \'foldexpr': 1, + \'debug': 0, \} - ``` You can still change options as if they are global variables