aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2020-05-06 20:33:04 +0200
committerTeddy Wing2020-05-08 17:25:44 +0200
commitdad9fe0a7c520aac96d2bd9bdc12724098f19cae (patch)
treede40297132d8bfab06582fa59d1f5c64c3b00ba9 /.gitmodules
parentebd68bd717dabb7abf6a8ed0fd36d04b3f87c6ca (diff)
downloaddotvim-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--.gitmodules3
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