From 8e874bc1ab0b8fcf9595d28b392f6c365719c3e7 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 29 Oct 2014 16:57:52 +0100 Subject: [PATCH] add airline config --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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