mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
docs: improve description
This commit is contained in:
@@ -10,15 +10,16 @@ Vim syntax and indent plugin for `.vue` and `.wpy` files. Mainly inspired by [mx
|
|||||||
|
|
||||||
- Or manual: download `vim-vue-plugin` and drop it in `Vim/vimfiles`.
|
- Or manual: download `vim-vue-plugin` and drop it in `Vim/vimfiles`.
|
||||||
|
|
||||||
Plugin works if filetype is set to `javascript.vue`.
|
Plugin works if filetype is set to `javascript.vue`. Please stay up to date. Any issue or pull request is welcome.
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin`. (Like XML and JavaScript for `.jsx`).
|
Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin`. (Like XML and JavaScript for `.jsx`).
|
||||||
|
|
||||||
- Support Pug(`<template lang="pug"`) with [vim-pug][4].
|
- Support Pug(`<template lang="pug">`) with [vim-pug][4].
|
||||||
- Support `.wpy` files from [WePY](https://tencent.github.io/wepy)
|
- Support `.wpy` files from [WePY](https://tencent.github.io/wepy)
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Set global variable to `1` to enable or `0` to disable.
|
Set global variable to `1` to enable or `0` to disable.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 156 KiB |
Reference in New Issue
Block a user