From: Ben Beltran Date: Fri, 15 May 2015 16:26:36 +0000 (-0500) Subject: Adds mustache coloring for vim X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/10ed84a8e457719ca90c317a6f6f6a89e656f886?ds=sidebyside Adds mustache coloring for vim --- diff --git a/.gitmodules b/.gitmodules index f22a189..110888a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vim/lua-inspect"] path = vim/lua-inspect url = git://github.com/davidm/lua-inspect.git +[submodule "vim/bundle/mustache"] + path = vim/bundle/mustache + url = git://github.com/mustache/vim-mode.git diff --git a/vim/bundle/mustache b/vim/bundle/mustache new file mode 160000 index 0000000..291e499 --- /dev/null +++ b/vim/bundle/mustache @@ -0,0 +1 @@ +Subproject commit 291e49908af86f2805d1a93b6a476f04906e28e1