Update doc

This commit is contained in:
leafOfTree
2021-05-19 11:20:04 +08:00
parent 50ea0b7bce
commit 43490363a5

View File

@@ -130,6 +130,13 @@ let g:vim_vue_plugin_config = {
\'keyword': 1,
\'foldexpr': 1,
\}
```
You can still change options as if they are global variables
```vim
let g:vim_vue_plugin_config.foldexpr = 0
```
Note