aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-06-05 10:50:57 -0500
committerBen Beltran <ben@freshout.us>2013-06-05 10:50:57 -0500
commitfe337504f2fb3ded76326b1e3d4d02787a27d853 (patch)
treeb84891d78de37ae078ea9850a541799b5bca8085 /.gitmodules
parente23d7a9f7363bdc69e95a1df31e093db15459fcf (diff)
Aand that's all the plugins.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b572e5b..d9ba288 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,3 +43,48 @@
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
+[submodule "vim/bundle/vim-fugitive"]
+ path = vim/bundle/vim-fugitive
+ url = git://github.com/tpope/vim-fugitive.git
+[submodule "vim/bundle/gist-vim"]
+ path = vim/bundle/gist-vim
+ url = https://github.com/mattn/gist-vim
+[submodule "vim/bundle/vim-indent-object"]
+ path = vim/bundle/vim-indent-object
+ url = git://github.com/michaeljsmith/vim-indent-object.git
+[submodule "vim/bundle/vim-rails"]
+ path = vim/bundle/vim-rails
+ url = git://github.com/tpope/vim-rails.git
+[submodule "vim/bundle/searchfold.vim"]
+ path = vim/bundle/searchfold.vim
+ url = git://github.com/vim-scripts/searchfold.vim.git
+[submodule "vim/bundle/vim-snipmate"]
+ path = vim/bundle/vim-snipmate
+ url = git://github.com/garbas/vim-snipmate.git
+[submodule "vim/bundle/tlib_vim"]
+ path = vim/bundle/tlib_vim
+ url = git://github.com/tomtom/tlib_vim.git
+[submodule "vim/bundle/vim-addon-mw-utils"]
+ path = vim/bundle/vim-addon-mw-utils
+ url = git://github.com/MarcWeber/vim-addon-mw-utils.git
+[submodule "vim/bundle/supertab"]
+ path = vim/bundle/supertab
+ url = https://github.com/ervandew/supertab
+[submodule "vim/bundle/vim-surround"]
+ path = vim/bundle/vim-surround
+ url = git://github.com/tpope/vim-surround.git
+[submodule "vim/bundle/syntastic"]
+ path = vim/bundle/syntastic
+ url = git://github.com/scrooloose/syntastic.git
+[submodule "vim/bundle/tagbar"]
+ path = vim/bundle/tagbar
+ url = git://github.com/majutsushi/tagbar.git
+[submodule "vim/bundle/taglist"]
+ path = vim/bundle/taglist
+ url = git://github.com/vim-scripts/taglist.vim.git
+[submodule "vim/bundle/vim-unimpaired"]
+ path = vim/bundle/vim-unimpaired
+ url = git://github.com/tpope/vim-unimpaired.git
+[submodule "vim/bundle/vim-showmarks"]
+ path = vim/bundle/vim-showmarks
+ url = git://github.com/vimez/vim-showmarks.git