summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-09 16:12:59 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-09 16:13:47 -0600
commite0fb06aacbe72169f2ede3009b0c18717760d358 (patch)
tree0532e1762e34847f519b220bfe09ccf4a039226b /.gitmodules
parent62f99ef3b38692f23f3f9bac3e2c9c4578fb5304 (diff)
downloadconf-e0fb06aacbe72169f2ede3009b0c18717760d358.tar.gz
conf-e0fb06aacbe72169f2ede3009b0c18717760d358.zip
convert all of my vim plugins to use pathogen
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a71a997
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,36 @@
+[submodule "vim/bundle/pathogen"]
+ path = vim/bundle/pathogen
+ url = git://github.com/tpope/vim-pathogen.git
+[submodule "vim/bundle/snipmate"]
+ path = vim/bundle/snipmate
+ url = git://github.com/msanders/snipmate.vim
+[submodule "vim/bundle/supertab"]
+ path = vim/bundle/supertab
+ url = git://github.com/ervandew/supertab.git
+[submodule "vim/bundle/zencoding"]
+ path = vim/bundle/zencoding
+ url = git://github.com/mattn/zencoding-vim.git
+[submodule "vim/bundle/tcomment"]
+ path = vim/bundle/tcomment
+ url = git://github.com/tomtom/tcomment_vim.git
+[submodule "vim/bundle/git"]
+ path = vim/bundle/git
+ url = git://github.com/tpope/vim-git.git
+[submodule "vim/bundle/yankring"]
+ path = vim/bundle/yankring
+ url = git://github.com/vim-scripts/YankRing.vim.git
+[submodule "vim/bundle/fuzzyfinder"]
+ path = vim/bundle/fuzzyfinder
+ url = git://github.com/vim-scripts/FuzzyFinder.git
+[submodule "vim/bundle/l9"]
+ path = vim/bundle/l9
+ url = git://github.com/vim-scripts/L9.git
+[submodule "vim/bundle/perl"]
+ path = vim/bundle/perl
+ url = git://github.com/petdance/vim-perl.git
+[submodule "vim/bundle/textobj"]
+ path = vim/bundle/textobj
+ url = git://github.com/doy/vim-textobj.git
+[submodule "vim/bundle/foldtext"]
+ path = vim/bundle/foldtext
+ url = git://github.com/doy/vim-foldtext.git