aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-06 14:35:31 +0200
committerMax Christian Pohle2015-09-06 14:35:31 +0200
commit4b98671e80723926b811f5655e792ecb57bad45d (patch)
tree353b1f2af950df17b8afa42765ea1af5af13887d /.gitmodules
parent64436bf70832028052dd278760761230d7d0bc77 (diff)
downloadvim-4b98671e80723926b811f5655e792ecb57bad45d.tar.bz2
vim-4b98671e80723926b811f5655e792ecb57bad45d.zip
cleaned up git submodules, added an empty temp/-folder for backup/undo files
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
..