From fc2b75e6ada90480f7c37211c778b56fe0fe88f5 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 8 Jan 2012 16:50:14 +0100 Subject: [PATCH] Coffescript support for vim --- .gitmodules | 3 +++ vim/bundle/vim-coffee-script | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-coffee-script diff --git a/.gitmodules b/.gitmodules index 5949b3e..727ed6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/bundle/vim-jade"] path = vim/bundle/vim-jade url = https://github.com/digitaltoad/vim-jade.git +[submodule "vim/bundle/vim-coffee-script"] + path = vim/bundle/vim-coffee-script + url = https://github.com/kchmck/vim-coffee-script.git diff --git a/vim/bundle/vim-coffee-script b/vim/bundle/vim-coffee-script new file mode 160000 index 0000000..2591fef --- /dev/null +++ b/vim/bundle/vim-coffee-script @@ -0,0 +1 @@ +Subproject commit 2591fefbc78ee7448da8da4a0537a531f710c743