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'