Add graphql indentation again, thanks @jparise!

This commit is contained in:
Adam Stankiewicz
2020-10-04 21:19:51 +02:00
parent b4868c7ea7
commit c0b866aac3
5 changed files with 106 additions and 13 deletions

View File

@@ -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