Skip to content

Commit 53d7d1b

Browse files
committed
chore
1 parent d37c8c1 commit 53d7d1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ Tsuquyomi does not provide syntax-highlight nor indentation. You can use the fol
2323
* [jason0x43/vim-js-indent](https://github.com/jason0x43/vim-js-indent) provides function of indent for both JavaScript and TypeScript.
2424
* [Quramy/vim-dtsm](https://github.com/Quramy/vim-dtsm) provides `.d.ts` management for [dtsm](with [https://github.com/vvakame/dtsm) users.
2525
* [mhartington/vim-typings](https://github.com/mhartington/vim-typings) provides `.d.ts` management for [typings](https://github.com/typings/typings) users.
26-
* [Quramy/ng-tsserver](https://github.com/Quramy/ng-tsserver) provides completion and semantic error checking for Angular Components' template.
2726

2827
## How to install
2928
Tsuquyomi requires the following:
3029

31-
+ [Vim](http://www.vim.org/) (v7.4.0 or later)
30+
+ [Vim](http://www.vim.org/) (vim7.4 or later)
31+
+ [Node.js](https://nodejs.org/) & [TypeScript](https://github.com/Microsoft/TypeScript)
3232
+ [Shougo/vimproc.vim](https://github.com/Shougo/vimproc.vim) (Not required if you use vim8 or later)
33-
+ [Node.js](https://nodejs.org/) & [TypeScript](https://github.com/Microsoft/TypeScript) (v1.5.3 or later)
3433

3534
### Install TypeScript
3635

0 commit comments

Comments
 (0)