mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +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': {
|
\'syntax': {
|
||||||
\ 'template': ['html', 'pug'],
|
\ 'template': ['html', 'pug'],
|
||||||
\ 'script': ['javascript', 'typescript', 'coffee'],
|
\ 'script': ['javascript', 'typescript', 'coffee'],
|
||||||
\ 'style': ['scss', 'sass', 'less', 'stylus'],
|
\ 'style': ['css', 'scss', 'sass', 'less', 'stylus'],
|
||||||
\ 'i18n': ['json', 'yaml'],
|
\ 'i18n': ['json', 'yaml'],
|
||||||
\ 'route': 'json',
|
\ 'route': 'json',
|
||||||
\ 'docs': 'markdown',
|
|
||||||
\ 'page-query': 'graphql',
|
|
||||||
\},
|
\},
|
||||||
\'full_syntax': ['scss', 'html'],
|
\'full_syntax': ['json'],
|
||||||
\'initial_indent': ['script.javascript', 'style', 'yaml'],
|
\'initial_indent': ['i18n', 'i18n.json', 'yaml'],
|
||||||
\'attribute': 1,
|
\'attribute': 1,
|
||||||
\'keyword': 1,
|
\'keyword': 1,
|
||||||
\'foldexpr': 1,
|
\'foldexpr': 1,
|
||||||
|
\'debug': 0,
|
||||||
\}
|
\}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can still change options as if they are global variables
|
You can still change options as if they are global variables
|
||||||
|
|||||||
Reference in New Issue
Block a user