mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-06 20:54:30 +08:00
Update doc
This commit is contained in:
@@ -73,7 +73,7 @@ It loads multiple syntax and indent files for `.vue` and enables them to work to
|
|||||||
|
|
||||||
This is **default value**. You could copy it as a starting point
|
This is **default value**. You could copy it as a starting point
|
||||||
|
|
||||||
```
|
```vim
|
||||||
let g:vim_vue_plugin_config = {
|
let g:vim_vue_plugin_config = {
|
||||||
\'syntax': {
|
\'syntax': {
|
||||||
\ 'template': ['html'],
|
\ 'template': ['html'],
|
||||||
@@ -113,7 +113,7 @@ For boolean options, set `1` to enable or `0` to disable
|
|||||||
|
|
||||||
Only for demo. Try to set syntax as little as possible for performance
|
Only for demo. Try to set syntax as little as possible for performance
|
||||||
|
|
||||||
```
|
```vim
|
||||||
let g:vim_vue_plugin_config = {
|
let g:vim_vue_plugin_config = {
|
||||||
\'syntax': {
|
\'syntax': {
|
||||||
\ 'template': ['html', 'pug'],
|
\ 'template': ['html', 'pug'],
|
||||||
|
|||||||
Reference in New Issue
Block a user