aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index f17eb62..1eed186 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
1[submodule "vim-pathogen"]
2 path = vim-pathogen
3 url = https://github.com/tpope/vim-pathogen.git
4[submodule "indent/tpope"]
5 path = indent/tpope
6 url = https://gist.github.com/762326.git
7[submodule "indent/html5.vim"] 1[submodule "indent/html5.vim"]
8 path = indent/html5.vim 2 path = indent/html5.vim
9 url = https://github.com/othree/html5.vim.git 3 url = https://github.com/othree/html5.vim.git
4[submodule "plugins/Vundle.vim"]
5 path = plugins/Vundle.vim
6 url = https://github.com/VundleVim/Vundle.vim.git
..