docs: improve description

This commit is contained in:
yemai
2018-10-10 11:00:21 +08:00
parent 211b43d98b
commit 2b218b6b1e
2 changed files with 3 additions and 2 deletions

View File

@@ -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`.
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
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)
## Configuration
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