diff --git a/vim/vundles/languages.vundle b/vim/vundles/languages.vundle index 962a02cd95..31a7e5d07f 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'