Plugin 'Chiel92/vim-autoformat'
Plugin 'python-rope/ropevim'
Plugin 'pangloss/vim-javascript'
+Plugin 'itspriddle/vim-shellcheck'
" All of your Plugins must be added before the following line
call vundle#end() " required
let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:syntastic_python_checkers = ['python', 'flake8']
let g:syntastic_python_flake8_args='--config=/home/max/.config/flake8'
+let g:syntastic_sh_checkers = ['shellcheck']
let g:syntastic_aggregate_errors = 1
" Syntastic C++11