aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2011-12-15 12:37:21 -0500
committerMatt Singleton <matt@datadoghq.com>2011-12-15 12:37:21 -0500
commit02c7d9e3fe9647c72d36ea7cb49e885072e3fcbd (patch)
tree9b669556982e3f964cf7722794de508948a3fd9b /vimrc
parentfead075335c4a799a057d311b39c9969fb0be2be (diff)
adding coffescript vim support
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 9602790..e958ccc 100644
--- a/vimrc
+++ b/vimrc
@@ -41,6 +41,7 @@ if has("autocmd")
au FileType ruby setlocal ts=2 sw=2 sts=2
au FileType eruby setlocal ts=2 sw=2 sts=2
au FileType htmldjango setlocal ts=2 sw=2 sts=2
+ au FileType coffee setlocal ts=2 sw=2 sts=2
" text files
au BufRead,BufNewFile *.txt setlocal filetype=text
@@ -78,7 +79,6 @@ endif
"
noremap <C-x> :source ~/.vimrc<Enter>
-noremap <C-a> :call RunSpec()<Enter>
" NERDTree
noremap <C-e> :NERDTreeToggle<Enter>