こんかいはこれを使います
install
mkdir-p~/.vim/autoload~/.vim/bundle&&\curl-LSso~/.vim/autoload/pathogen.vimhttps://tpo.pe/pathogen.vim
add lines to .vimrc
# coffeescript
call pathogen#infect()syntax enable
filetype plugin indent on
Clone the vim-coffee-script repo into ~/.vim/bundle/
cd~/.vim/bundle&&\gitclonegit://github.com/tpope/vim-sensible.git
references
https://github.com/tpope/vim-pathogen#installation
https://github.com/kchmck/vim-coffee-script