From ee671f046655afe9c3d22f0ba08d89c7e7c802dd Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 22 Apr 2019 01:13:37 +0800 Subject: [PATCH] added vim-javascript removed jsx plugin --- vim/vundles.vim | 1 + vim/vundles/languages.vundle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 74fb5d7..f1c9b85 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -32,6 +32,7 @@ runtime vim-improvements.vundle runtime go.vundle runtime sls.vundle runtime python.vundle +runtime javascript.vundle " The plugins listed in ~/.vim/.vundles.local will be added here to " allow the user to add vim plugins to yadr without the need for a fork. diff --git a/vim/vundles/languages.vundle b/vim/vundles/languages.vundle index 4cf3a64..f56b60e 100644 --- a/vim/vundles/languages.vundle +++ b/vim/vundles/languages.vundle @@ -5,5 +5,4 @@ Bundle 'skwp/vim-html-escape' Bundle 'chr4/nginx.vim' Bundle 'scrooloose/nerdcommenter' Bundle 'w0rp/ale' -Bundle 'mxw/vim-jsx' Bundle 'jparise/vim-graphql'