added vim-javascript removed jsx plugin

This commit is contained in:
hophacker 2019-04-22 01:13:37 +08:00
parent caca4804e3
commit ee671f0466
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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'