From 95a4c9a3a35c0c7690438dd5e41760d45fcbab85 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:46:32 +0100 Subject: [PATCH] Install haml.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/haml | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/haml diff --git a/.gitmodules b/.gitmodules index a07753a..3980c30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/rails"] path = bundle/rails url = git://github.com/tpope/vim-rails.git +[submodule "/home/xavier/.vim/bundle/haml"] + path = /home/xavier/.vim/bundle/haml + url = git://github.com/tpope/vim-haml.git diff --git a/bundle/haml b/bundle/haml new file mode 160000 index 0000000..204e327 --- /dev/null +++ b/bundle/haml @@ -0,0 +1 @@ +Subproject commit 204e32721154766e03e99ff857bc798aa5b741dc