]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Run shellcheck with vim
[max/saltfiles.git] / states / vim / files / vimrc
index 145fd4f95a829f49154311eba5a53b08cbe68561..4baa304ef0531fa16675cb0c558ecc0d01b628ec 100644 (file)
@@ -33,6 +33,8 @@ Plugin 'altercation/vim-colors-solarized'
 Plugin 'ctrlpvim/ctrlp.vim'
 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
@@ -70,6 +72,7 @@ let g:syntastic_javascript_checkers = ['eslint']
 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