summaryrefslogtreecommitdiff
path: root/base/vim/bundle/fetch_bundles.sh
blob: fabe0a98717a6eb003c39a20049e82bb174d202e (plain)
1
2
3
4
5
6
7
8
9
10
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