From 888516a3e15964f787e2187be7b90ae7c26dac59 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 9 Nov 2022 11:14:17 -0800 Subject: [PATCH] Swap out to better jsx plugin that doesnt mess up js formatting --- vim/vundles/languages.vundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles/languages.vundle b/vim/vundles/languages.vundle index 962a02cd..31a7e5d0 100644 --- a/vim/vundles/languages.vundle +++ b/vim/vundles/languages.vundle @@ -7,6 +7,6 @@ Bundle 'jtratner/vim-flavored-markdown.git' Bundle 'vim-syntastic/syntastic.git' Bundle 'nelstrom/vim-markdown-preview' Bundle 'skwp/vim-html-escape' -Bundle 'mxw/vim-jsx' +Bundle 'MaxMEllon/vim-jsx-pretty' Bundle 'jparise/vim-graphql' Bundle 'mogelbrod/vim-jsonpath'