diff options
author | Matt Singleton <matt@datadoghq.com> | 2011-12-15 12:37:21 -0500 |
---|---|---|
committer | Matt Singleton <matt@datadoghq.com> | 2011-12-15 12:37:21 -0500 |
commit | 02c7d9e3fe9647c72d36ea7cb49e885072e3fcbd (patch) | |
tree | 9b669556982e3f964cf7722794de508948a3fd9b /vimrc | |
parent | fead075335c4a799a057d311b39c9969fb0be2be (diff) |
adding coffescript vim support
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |