Is syntactic still slowing down your workflow, try A.L.E. It’s a drop in replacement for syntastic ( make sure your language is supported ): https://github.com/w0rp/ale
It works with instantly with vim-airline.
This is the only line I’ve added to my vimrc is”
[code]
let g:ale_open_list = 1
[/code]