blob: 315100f10738f580931e64044d11791c60caa3c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
|