summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2012-05-29 10:42:40 -0400
committerMike Crute <mike@crute.us>2012-05-29 10:42:40 -0400
commit3614b9fce3cec969b0bc894b67a9e371f74b6900 (patch)
tree8277db02647a503b7e64338086d3b97b1133bf34 /.gitmodules
parentfdfd7f6653ff33148d910b5d75ae8ebfd16c1cff (diff)
downloaddotfiles-3614b9fce3cec969b0bc894b67a9e371f74b6900.tar.bz2
dotfiles-3614b9fce3cec969b0bc894b67a9e371f74b6900.tar.xz
dotfiles-3614b9fce3cec969b0bc894b67a9e371f74b6900.zip
Add html5 module
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 809a01e..64bac1d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,3 +31,6 @@
31[submodule ".vim/bundle/vim-textile"] 31[submodule ".vim/bundle/vim-textile"]
32 path = .vim/bundle/vim-textile 32 path = .vim/bundle/vim-textile
33 url = git://github.com/timcharper/textile.vim.git 33 url = git://github.com/timcharper/textile.vim.git
34[submodule ".vim/bundle/vim-html5"]
35 path = .vim/bundle/vim-html5
36 url = git://github.com/othree/html5.vim.git