File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
2928Tsuquyomi 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
You can’t perform that action at this time.
0 commit comments