From 674cb85503bf8ed016665ff08edff210cc874e6e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 1 Jan 2013 13:32:56 -0800 Subject: [PATCH] Add snipmate dependencies --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 6d97033..fd6e24f 100755 --- a/setup.sh +++ b/setup.sh @@ -14,6 +14,10 @@ vimbundles=( \ gundo "https://github.com/sjl/gundo.vim.git" \ repeat "https://github.com/tpope/vim-repeat" \ snipmate "https://github.com/garbas/vim-snipmate.git" \ + tlib "https://github.com/tomtom/tlib_vim.git" \ + mw-utils "https://github.com/MarcWeber/vim-addon-mw-utils.git" \ + snipmate-snippets "https://github.com/honza/snipmate-snippets.git" \ + snipmate-zope "https://github.com/zedr/zope-snipmate-bundle.git" \ solarized "https://github.com/altercation/vim-colors-solarized.git" \ speeddating "https://github.com/tpope/vim-speeddating.git" \ surround "https://github.com/tpope/vim-surround.git" \