Sfoglia il codice sorgente

~/.vimrc: Add coffeescript support.

luc 13 anni fa
parent
commit
aba3b26d38
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

30
	au FileType javascript nnoremap <buffer> cw :TernRename<cr>
30
	au FileType javascript nnoremap <buffer> cw :TernRename<cr>
31
31
32
	Bundle 'guns/vim-clojure-static'
32
	Bundle 'guns/vim-clojure-static'
33
	Bundle 'kchmck/vim-coffee-script'
33
endif
34
endif
34
35
35
" Have syntax highlighting and non-vi features
36
" Have syntax highlighting and non-vi features