vim-polyglot/ftplugin/litcoffee.vim

6 lines
125 B
VimL
Raw Permalink Normal View History

2017-03-23 11:28:19 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1
2017-02-02 21:49:51 +01:00
2017-03-23 11:28:19 +01:00
runtime ftplugin/coffee.vim
2017-02-02 21:49:51 +01:00
endif