mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 14:41:52 +08:00
Update doc
This commit is contained in:
@@ -64,12 +64,13 @@ This plugin is effective if it has set `filetype` to `vue`. Please stay up to da
|
|||||||
|
|
||||||
Supports
|
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
|
Relative syntax plugins need to be installed if not provided by vim
|
||||||
|
|
||||||
|
- Vue attribute and keyword highlight
|
||||||
|
|
||||||
- A built-in `foldexpr` foldmethod
|
- A built-in `foldexpr` foldmethod
|
||||||
|
|
||||||
- [emmet-vim][10] `html, javascript, css, ...` filetype detection
|
- [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
|
- `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
|
- `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
|
> Please check `:h dict` and `:h list` for details about the complex data types
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|||||||
Reference in New Issue
Block a user