From 7c45c5334a9d4af2994da4434083d1a70faa1292 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 6 Jan 2020 17:33:43 +0800 Subject: [PATCH] Update doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f11fc..5a92682 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin Supports - Vue directives. -- Less/Sass/Scss, Pug with [vim-pug][4], Coffee with [vim-coffee-script][11].^ +- Less/Sass/Scss, Pug with [vim-pug][4], Coffee with [vim-coffee-script][11], TypeScript with [typescript-vim][14].^ - A builtin `foldexpr` foldmethod.^ - [emmet-vim][10] HTML/CSS/JavaScript filetype detection. - `.wpy` files from [WePY][6]. -^: see Configuration for details. +^: see Configuration for details. Relative plugins need to be downloaded. ## Configuration @@ -145,3 +145,4 @@ This plugin is under [The Unlicense][8]. Other than this, `lib/indent/*` files a [11]: https://github.com/kchmck/vim-coffee-script [12]: https://travis-ci.com/leafOfTree/vim-vue-plugin.svg?branch=master [13]: https://svelte.dev/ +[14]: https://github.com/leafgarland/typescript-vim