aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-28 10:16:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-28 10:16:04 +1200
commit4d7ee0b510ceb9200eb714f0f4dfeaaaa5e5d235 (patch)
treea226c9c8b940edbf2836a5dc6bfde5d10ff8006d /.gitmodules
parentRemove unused and under-used plugins (diff)
downloaddotfiles-4d7ee0b510ceb9200eb714f0f4dfeaaaa5e5d235.tar.gz
dotfiles-4d7ee0b510ceb9200eb714f0f4dfeaaaa5e5d235.zip
Sort .gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules42
1 files changed, 21 insertions, 21 deletions
diff --git a/.gitmodules b/.gitmodules
index ea8a1a8b..62bf8e4e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,33 +1,33 @@
+[submodule "vim/bundle/abolish"]
+ path = vim/bundle/abolish
+ url = git://github.com/tpope/vim-abolish.git
+[submodule "vim/bundle/commentary"]
+ path = vim/bundle/commentary
+ url = git://github.com/tpope/vim-commentary.git
+[submodule "vim/bundle/html5"]
+ path = vim/bundle/html5
+ url = git://github.com/othree/html5.vim
+[submodule "vim/bundle/lion"]
+ path = vim/bundle/lion
+ url = git://github.com/tommcdo/vim-lion
+[submodule "vim/bundle/nagios"]
+ path = vim/bundle/nagios
+ url = git://github.com/tejr/vim-nagios.git
[submodule "vim/bundle/pathogen"]
path = vim/bundle/pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = git://github.com/tpope/vim-repeat.git
+[submodule "vim/bundle/sahara"]
+ path = vim/bundle/sahara
+ url = git://github.com/tejr/sahara.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
-[submodule "vim/bundle/unimpaired"]
- path = vim/bundle/unimpaired
- url = git://github.com/tpope/vim-unimpaired.git
-[submodule "vim/bundle/commentary"]
- path = vim/bundle/commentary
- url = git://github.com/tpope/vim-commentary.git
-[submodule "vim/bundle/abolish"]
- path = vim/bundle/abolish
- url = git://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/tmux"]
path = vim/bundle/tmux
url = git://github.com/tejr/vim-tmux.git
-[submodule "vim/bundle/nagios"]
- path = vim/bundle/nagios
- url = git://github.com/tejr/vim-nagios.git
-[submodule "vim/bundle/sahara"]
- path = vim/bundle/sahara
- url = git://github.com/tejr/sahara.git
-[submodule "vim/bundle/lion"]
- path = vim/bundle/lion
- url = git://github.com/tommcdo/vim-lion
-[submodule "vim/bundle/html5"]
- path = vim/bundle/html5
- url = git://github.com/othree/html5.vim
+[submodule "vim/bundle/unimpaired"]
+ path = vim/bundle/unimpaired
+ url = git://github.com/tpope/vim-unimpaired.git