aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2016-03-31 11:28:50 -0400
committerMitch Riedstra <mitch@riedstra.us>2016-03-31 11:28:50 -0400
commitf24ae00cc6ffb4d387956d3f5b60aa3a4aba69b4 (patch)
treef7ec20c5fe576278290a590af45c1059b3e998aa
parent9abbcfdde0057d0d1b31a6dfa0fd63fafee25212 (diff)
parentcc40149e62b8c767658e85f580bff4fff3e084e1 (diff)
downloadvim-cfg-f24ae00cc6ffb4d387956d3f5b60aa3a4aba69b4.tar.gz
vim-cfg-f24ae00cc6ffb4d387956d3f5b60aa3a4aba69b4.tar.xz
Merge branch 'master' of https://git.riedstra.us/mitch/vim-cfg
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
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