diff options
author | Teddy Wing | 2020-05-06 20:33:04 +0200 |
---|---|---|
committer | Teddy Wing | 2020-05-08 17:25:44 +0200 |
commit | dad9fe0a7c520aac96d2bd9bdc12724098f19cae (patch) | |
tree | de40297132d8bfab06582fa59d1f5c64c3b00ba9 /.gitmodules | |
parent | ebd68bd717dabb7abf6a8ed0fd36d04b3f87c6ca (diff) | |
download | dotvim-dad9fe0a7c520aac96d2bd9bdc12724098f19cae.tar.bz2 |
Add 'typescript-vim' plugin
The JavaScript plugin I'm using does an okay job syntax highlighting
TypeScript, but some identifiers don't get highlighted.
Now that I'm doing a project in TypeScript, it's nice to have everything
highlighted correctly.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fc22fed..5c9298c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -119,3 +119,6 @@ [submodule "bundle/vim-table-mode"] path = bundle/vim-table-mode url = https://github.com/dhruvasagar/vim-table-mode.git +[submodule "typescript-vim"] + path = bundle/typescript-vim + url = https://github.com/leafgarland/typescript-vim.git |