Update doc

This commit is contained in:
leafOfTree
2021-04-12 12:06:50 +08:00
parent 6da176f51e
commit 74a917987e

View File

@@ -64,12 +64,13 @@ This plugin is effective if it has set `filetype` to `vue`. Please stay up to da
Supports
- Vue attribute(directive) and keyword
- Blocks(both `template/script/style` and custom blocks) can use any syntax, including `less, sass, scss, stylus, coffee, typescript, pug, ...`
- Blocks (both `template/script/style` and custom blocks) with any syntax, including `less, sass, scss, stylus, coffee, typescript, pug, ...`
Relative syntax plugins need to be installed if not provided by vim
- Vue attribute and keyword highlight
- A built-in `foldexpr` foldmethod
- [emmet-vim][10] `html, javascript, css, ...` filetype detection
@@ -118,10 +119,10 @@ For boolean options, set `0` to enable or `1` to disable
- `foldexpr`: enable built-in `foldexpr` foldmethod
- `init_indent`: enable initial one tab indent inside `script/style` tags. `0` for `.vue` and `1` for `.wpy` by default
- `debug`: echo debug messages in `messages` list
- `init_indent`: add initial one tab indent inside `script/style` tags. `0` for `.vue` and `1` for `.wpy` by default
> Please check `:h dict` and `:h list` for details about the complex data types
### Example