From b2afaeab8a4ecda3bde675c17a202ee2fc49d82f Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 3 Jun 2019 23:31:30 +0200 Subject: [PATCH] fix jsx indent --- vim/.vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index fae903b..227a74c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -139,8 +139,7 @@ Plug 'SirVer/ultisnips' let g:UltiSnipsJumpBackwardTrigger="" Plug 'pangloss/vim-javascript' -Plug 'mxw/vim-jsx' - let g:jsx_ext_required = 0 +Plug 'MaxMEllon/vim-jsx-pretty' Plug 'sheerun/vim-polyglot' let g:polyglot_disabled = ['javascript', 'jsx', 'latex']