From dad9fe0a7c520aac96d2bd9bdc12724098f19cae Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 6 May 2020 20:33:04 +0200 Subject: 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. --- .gitmodules | 3 +++ bundle/typescript-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/typescript-vim 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 diff --git a/bundle/typescript-vim b/bundle/typescript-vim new file mode 160000 index 0000000..17d85d8 --- /dev/null +++ b/bundle/typescript-vim @@ -0,0 +1 @@ +Subproject commit 17d85d8051ba21283e62a9101734981e10b732fd -- cgit v1.2.3