Adding CoffeeScript support for vim

This commit is contained in:
Nick Nisi
2012-04-20 16:56:41 -05:00
parent 3d723ba0a8
commit d31ff5a375
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -67,3 +67,6 @@
[submodule "vim/bundle/vim-colors-solarized"] [submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git