From 4d7ee0b510ceb9200eb714f0f4dfeaaaa5e5d235 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 28 May 2015 10:16:04 +1200 Subject: Sort .gitmodules --- .gitmodules | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3