mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 13:14:34 +08:00
Simplify example config
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user