blob: 9abbda2f15e6aa685a4b9bfab2cf62e5447cae2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsx', 'after/ftplugin/javascript-2.vim')
finish
endif
if get(g:, 'vim_jsx_pretty_disable_js', 0)
finish
endif
source <sfile>:h/jsx.vim
|