From ee23ae004f608d90b5923299867ee7830da01a2f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 15:24:05 -0400 Subject: Add plugins * Pathogen * Command-T * NerdTree * TabBar (disabled) * commentary.vim * PreserveNoEOL * EasyGrep --- .gitmodules | 21 +++++++++++++++++++++ bundle.disabled/TabBar | 1 + bundle/Command-T | 1 + bundle/EasyGrep | 1 + bundle/PreserveNoEOL | 1 + bundle/nerdtree | 1 + bundle/vim-commentary | 1 + bundle/vim-pathogen | 1 + 8 files changed, 28 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle.disabled/TabBar create mode 160000 bundle/Command-T create mode 160000 bundle/EasyGrep create mode 160000 bundle/PreserveNoEOL create mode 160000 bundle/nerdtree create mode 160000 bundle/vim-commentary create mode 160000 bundle/vim-pathogen diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54b8580 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "bundle/vim-pathogen"] + path = bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git +[submodule "bundle/Command-T"] + path = bundle/Command-T + url = https://github.com/wincent/Command-T.git +[submodule "bundle/nerdtree"] + path = bundle/nerdtree + url = https://github.com/scrooloose/nerdtree.git +[submodule "bundle.disabled/TabBar"] + path = bundle.disabled/TabBar + url = https://github.com/vim-scripts/TabBar.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = https://github.com/tpope/vim-commentary.git +[submodule "bundle/PreserveNoEOL"] + path = bundle/PreserveNoEOL + url = https://github.com/vim-scripts/PreserveNoEOL.git +[submodule "bundle/EasyGrep"] + path = bundle/EasyGrep + url = https://github.com/vim-scripts/EasyGrep.git diff --git a/bundle.disabled/TabBar b/bundle.disabled/TabBar new file mode 160000 index 0000000..c5a9f41 --- /dev/null +++ b/bundle.disabled/TabBar @@ -0,0 +1 @@ +Subproject commit c5a9f41c45959e5573ff4723f56a0dfbd4845308 diff --git a/bundle/Command-T b/bundle/Command-T new file mode 160000 index 0000000..66d9f6f --- /dev/null +++ b/bundle/Command-T @@ -0,0 +1 @@ +Subproject commit 66d9f6f4830f404b1fab3ce92f219b786a2dc5ce diff --git a/bundle/EasyGrep b/bundle/EasyGrep new file mode 160000 index 0000000..9b938ec --- /dev/null +++ b/bundle/EasyGrep @@ -0,0 +1 @@ +Subproject commit 9b938ec84f193f12dd7721a67f90d4656dcc3c1e diff --git a/bundle/PreserveNoEOL b/bundle/PreserveNoEOL new file mode 160000 index 0000000..940e3ce --- /dev/null +++ b/bundle/PreserveNoEOL @@ -0,0 +1 @@ +Subproject commit 940e3ce90e54d8680bec1135a21dcfbd6c9bfb62 diff --git a/bundle/nerdtree b/bundle/nerdtree new file mode 160000 index 0000000..b0bb781 --- /dev/null +++ b/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 index 0000000..4658aa7 --- /dev/null +++ b/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 4658aa78fd1b797fb0645064afe8eebbf2bfbb54 diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen new file mode 160000 index 0000000..bff90d7 --- /dev/null +++ b/bundle/vim-pathogen @@ -0,0 +1 @@ +Subproject commit bff90d72a1647cab496284e82cc533216f8f3b0c -- cgit v1.2.3