From 323afa1372d3e163d676f60a2f0bcef871ac1653 Mon Sep 17 00:00:00 2001 From: yemai Date: Fri, 9 Aug 2019 12:38:17 +0800 Subject: [PATCH] docs: update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdd768..64477ad 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin Supports -- Vue directive. +- Vue directives. - Pug with [vim-pug][4] (see Configuration). - Less with or without [vim-less][9] (see Configuration). - Sass/Scss (see Configuration). +- [vim-emmet][10] HTML/CSS/JavaScript filetype detection (Aug 9, 2019). - `.wpy` files from [WePY][6]. ## Configuration @@ -106,3 +107,4 @@ This plugin is under [The Unlicense][8]. [7]: https://github.com/junegunn/vim-plug [8]: https://choosealicense.com/licenses/unlicense/ [9]: https://github.com/groenewege/vim-less +[10]: https://github.com/mattn/emmet-vim