Update doc

This commit is contained in:
leafOfTree
2021-04-19 14:20:56 +08:00
parent d080255fce
commit c4847c18e9

View File

@@ -68,12 +68,12 @@ The filetype will be set to `vue`. Feel free to open an issue or pull request if
- Attribute and keyword highlight
- A built-in `foldexpr` foldmethod
- [emmet-vim][10] `html, javascript, css, ...` filetype detection
- Context-based behavior, such as to get current tag or syntax, and set local options like `commentstring`
- A built-in `foldexpr` foldmethod
## Configuration
`g:vim_vue_plugin_config`*dict* is the only configuration
@@ -115,18 +115,18 @@ let g:vim_vue_plugin_config = {
For boolean options, set `1` to enable or `0` to disable
- `attribute`: highlight Vue attribute as expression instead of string
- `attribute`: highlight attribute as expression instead of string
- `keyword`: highlight Vue keyword such as `data`, `methods`, ...
- `keyword`: highlight keyword such as `data`, `methods`, ...
- `foldexpr`: enable built-in `foldexpr` foldmethod
- `debug`: echo debug messages in `messages` list
> `typescript` matches `lang="ts"`
> Please check `:h dict` and `:h list` for details about the complex data types
> `typescript` matches `lang="ts"`
> For `.wpy`, `initial_indent` defaults to `['script', 'style']`
### Example