@@ -1,3 +1,6 @@
" Coffee Compile and Watch should open vertical splits by default
let coffee_compile_vert = 1
let coffee_watch_vert = 1
+
+" Load coffee script plugin for literate coffeescript files as well
+autocmd FileType litcoffee runtime ftplugin/coffee.vim
@@ -84,6 +84,7 @@ Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-cucumber'
Bundle 'quentindecock/vim-cucumber-align-pipes'
Bundle 'kchmck/vim-coffee-script'
+Bundle 'mintplant/vim-literate-coffeescript'
" }}}