vim-polyglot/ftplugin/litcoffee.vim
Adam Stankiewicz 0801eac01a
Update
2017-03-23 11:28:28 +01:00

6 lines
125 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1
runtime ftplugin/coffee.vim
endif