diff options
Diffstat (limited to 'base/vim/bundle/fetch_bundles.sh')
-rwxr-xr-x | base/vim/bundle/fetch_bundles.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/vim/bundle/fetch_bundles.sh b/base/vim/bundle/fetch_bundles.sh new file mode 100755 index 0000000..fabe0a9 --- /dev/null +++ b/base/vim/bundle/fetch_bundles.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +## +## I don't want to include the plugin repos in my dotfiles, +## so here are the comments to fetch the plugins I care about. +## + +git clone git://github.com/tpope/vim-abolish.git +git clone https://github.com/ctrlpvim/ctrlp.vim.git +git clone https://github.com/tomtom/tcomment_vim.git +git clone https://github.com/leafgarland/typescript-vim.git |