From cc40149e62b8c767658e85f580bff4fff3e084e1 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 20 Mar 2016 21:57:31 -0400 Subject: Add typescript support --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 085f14d..77ee4d9 100755 --- a/setup.sh +++ b/setup.sh @@ -23,6 +23,9 @@ clone DIR="themes/vim-256noir" URL="https://git.riedstra.us/mitch/vim-256noir.git" clone +DIR="bundle/typescript-syntax" +URL="https://github.com/leafgarland/typescript-vim" +clone DIR="bundle/jinja2-syntax" URL="https://github.com/Glench/Vim-Jinja2-Syntax.git" clone -- cgit v1.2.3