From c0b866aac3c5cb534486a70284de1bbbdc392d97 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 4 Oct 2020 21:19:51 +0200 Subject: Add graphql indentation again, thanks @jparise! --- after/indent/javascript.vim | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'after/indent/javascript.vim') 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 :h/jsx.vim - -endif +" Polyglot metafile +source :h/javascript-1.vim +source :h/javascript-2.vim -- cgit v1.2.3