Added coffeescript and stylus support

This commit is contained in:
yan
2012-01-22 18:47:55 -08:00
committed by Yan Pritzker
parent 3abcadae62
commit 14274e080e
6 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1 @@
au BufWritePost *.coffee silent CoffeeMake! -b | cwindow | redraw!

View File

@@ -48,6 +48,15 @@ nnoremap ; :
"Go to last edit location with ,.
nnoremap ,. '.
"When typing a string, your quotes auto complete. Move past the quote
"while still in insert mode by hitting Ctrl-a. Example:
"
" type 'foo<c-a>
"
" the first quote will autoclose so you'll get 'foo' and hitting <c-a> will
" put the cursor right after the quote
imap <C-a> <esc>wa
" ================== rails.vim
"
" Open corresponding unittest (or spec), alias for :AV in rails.vim