From cf564b6965463025d175c2dd44044f140312c9bc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 24 Mar 2015 16:46:12 +0900 Subject: [PATCH] Populate loc list --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index a3f3cdf..9e50f64 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -43,6 +43,7 @@ let g:ctrlp_cmd = 'CtrlPMixed' " syntastic let g:syntastic_python_checkers = ['pyflakes'] +let g:syntastic_always_populate_loc_list = 1 " vim-airline let g:airline#extensions#tabline#enabled = 1