From cb6e6edc4fb4fa0a08e44fd45684cf8e49c7386a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 22:59:50 -0800 Subject: [PATCH] Add mustache syntax vim plutin https://github.com/juvenn/mustache.vim --- .gitmodules | 3 +++ vim/bundle/mustache | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/mustache diff --git a/.gitmodules b/.gitmodules index 9002571..b5373b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/bundle/auto-compl-pop"] path = vim/bundle/auto-compl-pop url = https://github.com/vim-scripts/AutoComplPop.git +[submodule "vim/bundle/mustache"] + path = vim/bundle/mustache + url = https://github.com/juvenn/mustache.vim.git diff --git a/vim/bundle/mustache b/vim/bundle/mustache new file mode 160000 index 0000000..c3ee501 --- /dev/null +++ b/vim/bundle/mustache @@ -0,0 +1 @@ +Subproject commit c3ee501a2dcabb8f145169b7a5df7ff74093104e