fix jsx indent

This commit is contained in:
Thomas Ruoff
2019-06-03 23:31:30 +02:00
parent bcf2d20c48
commit b2afaeab8a

View File

@@ -139,8 +139,7 @@ Plug 'SirVer/ultisnips'
let g:UltiSnipsJumpBackwardTrigger="<c-j>" let g:UltiSnipsJumpBackwardTrigger="<c-j>"
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx' Plug 'MaxMEllon/vim-jsx-pretty'
let g:jsx_ext_required = 0
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
let g:polyglot_disabled = ['javascript', 'jsx', 'latex'] let g:polyglot_disabled = ['javascript', 'jsx', 'latex']