From 84cd3d7c206815d1cadde62e09a57c1a2bbe7123 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 19 Dec 2011 01:57:54 -0500 Subject: adding vim-coffee-script at v002 --- .gitmodules | 3 +++ vim/bundle/coffee-script | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/coffee-script diff --git a/.gitmodules b/.gitmodules index cc104bb..e66af29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/coffee-script"] + path = vim/bundle/coffee-script + url = https://github.com/kchmck/vim-coffee-script.git diff --git a/vim/bundle/coffee-script b/vim/bundle/coffee-script new file mode 160000 index 0000000..ae7ebc3 --- /dev/null +++ b/vim/bundle/coffee-script @@ -0,0 +1 @@ +Subproject commit ae7ebc39cbf7f29a1034ba3dbe7e947d7dda3bf9 -- cgit v1.2.3