mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1
|
|
|
|
Please see the project readme for up-to-date docs:
|
|
https://github.com/kchmck/vim-coffee-script
|
|
|
|
vim:tw=78:ts=8:ft=help:norl:
|
|
|
|
endif
|