vim-polyglot/ftplugin/litcoffee.vim

6 lines
125 B
VimL
Raw Normal View History

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