diff options
Diffstat (limited to 'after/indent/javascript.vim')
-rw-r--r-- | after/indent/javascript.vim | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/after/indent/javascript.vim b/after/indent/javascript.vim index 2992e942..e3d355fc 100644 --- a/after/indent/javascript.vim +++ b/after/indent/javascript.vim @@ -1,9 +1,3 @@ -if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1) - -if get(g:, 'vim_jsx_pretty_disable_js', 0) - finish -endif - -source <sfile>:h/jsx.vim - -endif +" Polyglot metafile +source <sfile>:h/javascript-1.vim +source <sfile>:h/javascript-2.vim |