add airline config

This commit is contained in:
Thomas Ruoff
2014-10-29 16:57:52 +01:00
parent b94a30e85e
commit 8e874bc1ab

4
vimrc
View File

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