@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.