aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-06 05:08:14 +0200
committerMax Christian Pohle2015-09-06 05:08:14 +0200
commit64436bf70832028052dd278760761230d7d0bc77 (patch)
tree29c90b25369169b85417009626da1713edcc9a30 /.gitmodules
parent4a3e984105a960556bd727662c349170a61eb4fb (diff)
downloadvim-64436bf70832028052dd278760761230d7d0bc77.tar.bz2
vim-64436bf70832028052dd278760761230d7d0bc77.zip
switched to vundle, cleaned and commented the vimrc
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index fe221a9..f17eb62 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
4[submodule "indent/tpope"] 4[submodule "indent/tpope"]
5 path = indent/tpope 5 path = indent/tpope
6 url = https://gist.github.com/762326.git 6 url = https://gist.github.com/762326.git
7[submodule "indent/html5.vim"]
8 path = indent/html5.vim
9 url = https://github.com/othree/html5.vim.git
..