From 6674d294ff99b4f6439e6e7f7a8cde399d2bf507 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 15 Mar 2018 21:03:31 -0700 Subject: New machine. New configs. --- base/vim/bundle/fetch_bundles.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 base/vim/bundle/fetch_bundles.sh (limited to 'base/vim/bundle/fetch_bundles.sh') diff --git a/base/vim/bundle/fetch_bundles.sh b/base/vim/bundle/fetch_bundles.sh new file mode 100755 index 0000000..315100f --- /dev/null +++ b/base/vim/bundle/fetch_bundles.sh @@ -0,0 +1,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 -- cgit v1.2.3