mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
6 lines
97 B
VimL
6 lines
97 B
VimL
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
source <sfile>:h/jsx.vim
|