vim-polyglot/ftplugin/litcoffee.vim

6 lines
130 B
VimL
Raw Permalink Normal View History

if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'coffee-script') != -1
finish
2017-02-02 15:49:51 -05:00
endif
runtime ftplugin/coffee.vim