diff --git a/vimrc b/vimrc index 71f19d2..2bb48d4 100644 --- a/vimrc +++ b/vimrc @@ -229,6 +229,10 @@ endif " Plugin Configuration " +"" syntastic +let g:syntastic_javascript_checkers = ['jscs','jshint'] +let g:syntastic_check_on_open = 1 + "" ariline let g:airline_theme = 'solarized' let g:airline_enable_syntastic = 1