diff options
author | Teddy Wing | 2014-04-20 15:24:05 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 15:24:05 -0400 |
commit | ee23ae004f608d90b5923299867ee7830da01a2f (patch) | |
tree | 33fc4ec48c5a64bac5309b4b20cb55a5879d63cc | |
parent | ebcfa2eded08423e6f0531fc351b6674a4ae24b5 (diff) | |
download | dotvim-ee23ae004f608d90b5923299867ee7830da01a2f.tar.bz2 |
Add plugins
* Pathogen
* Command-T
* NerdTree
* TabBar (disabled)
* commentary.vim
* PreserveNoEOL
* EasyGrep
-rw-r--r-- | .gitmodules | 21 | ||||
m--------- | bundle.disabled/TabBar | 0 | ||||
m--------- | bundle/Command-T | 0 | ||||
m--------- | bundle/EasyGrep | 0 | ||||
m--------- | bundle/PreserveNoEOL | 0 | ||||
m--------- | bundle/nerdtree | 0 | ||||
m--------- | bundle/vim-commentary | 0 | ||||
m--------- | bundle/vim-pathogen | 0 |
8 files changed, 21 insertions, 0 deletions
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 +Subproject c5a9f41c45959e5573ff4723f56a0dfbd484530 diff --git a/bundle/Command-T b/bundle/Command-T new file mode 160000 +Subproject 66d9f6f4830f404b1fab3ce92f219b786a2dc5c diff --git a/bundle/EasyGrep b/bundle/EasyGrep new file mode 160000 +Subproject 9b938ec84f193f12dd7721a67f90d4656dcc3c1 diff --git a/bundle/PreserveNoEOL b/bundle/PreserveNoEOL new file mode 160000 +Subproject 940e3ce90e54d8680bec1135a21dcfbd6c9bfb6 diff --git a/bundle/nerdtree b/bundle/nerdtree new file mode 160000 +Subproject b0bb781fc73ef40365e4c996a16f04368d64fc9 diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 +Subproject 4658aa78fd1b797fb0645064afe8eebbf2bfbb5 diff --git a/bundle/vim-pathogen b/bundle/vim-pathogen new file mode 160000 +Subproject bff90d72a1647cab496284e82cc533216f8f3b0 |