From 767008676e9ae891b5068c24f0f2ae77a515b3d8 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 3 Jul 2012 12:08:37 +0200 Subject: [PATCH] new plugins: bundler, gem-ctags, ragtag --- .gitmodules | 9 +++++++++ bundle/bundler | 1 + bundle/gem-ctags | 1 + bundle/ragtag | 1 + 4 files changed, 12 insertions(+) create mode 160000 bundle/bundler create mode 160000 bundle/gem-ctags create mode 160000 bundle/ragtag diff --git a/.gitmodules b/.gitmodules index 522789d..2affe54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,12 @@ [submodule "bundle/markdown"] path = bundle/markdown url = https://github.com/tpope/vim-markdown.git +[submodule "bundle/ragtag"] + path = bundle/ragtag + url = https://github.com/tpope/vim-ragtag.git +[submodule "bundle/gem-ctags"] + path = bundle/gem-ctags + url = https://github.com/tpope/gem-ctags +[submodule "bundle/bundler"] + path = bundle/bundler + url = https://github.com/tpope/vim-bundler.git diff --git a/bundle/bundler b/bundle/bundler new file mode 160000 index 0000000..f2abc73 --- /dev/null +++ b/bundle/bundler @@ -0,0 +1 @@ +Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a diff --git a/bundle/gem-ctags b/bundle/gem-ctags new file mode 160000 index 0000000..a214285 --- /dev/null +++ b/bundle/gem-ctags @@ -0,0 +1 @@ +Subproject commit a214285b883496b4537e8e95f52723d623eb1d49 diff --git a/bundle/ragtag b/bundle/ragtag new file mode 160000 index 0000000..224bc93 --- /dev/null +++ b/bundle/ragtag @@ -0,0 +1 @@ +Subproject commit 224bc932bc4a300abad79df38f8e3e4b16fe2edc