From b469c4fc565b9187aa2b0fca07aa62571077599a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 3 Dec 2014 10:27:25 +1300 Subject: Plugin for HTML5 support --- .gitmodules | 3 +++ vim/bundle/html5 | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/html5 diff --git a/.gitmodules b/.gitmodules index 754437c7..32a3a574 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "vim/bundle/lion"] path = vim/bundle/lion url = git://github.com/tommcdo/vim-lion +[submodule "vim/bundle/html5"] + path = vim/bundle/html5 + url = git://github.com/othree/html5.vim diff --git a/vim/bundle/html5 b/vim/bundle/html5 new file mode 160000 index 00000000..abaf4f8a --- /dev/null +++ b/vim/bundle/html5 @@ -0,0 +1 @@ +Subproject commit abaf4f8a829bd01cc460eb63768debc7c28a6ff5 -- cgit v1.2.3