vim: add syntax plugin for coffee-script

master
Guillaume Dott 2014-12-18 11:04:29 +01:00
parent f20ca1260c
commit 782e464dab
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
Plugin 'tpope/vim-markdown'
Plugin 'slim-template/vim-slim'
Plugin 'kchmck/vim-coffee-script'
Plugin 'Sirver/ultisnips'
Plugin 'honza/vim-snippets'