diff --git a/configs/vimrc b/configs/vimrc index 36ef3c3..d11221f 100644 --- a/configs/vimrc +++ b/configs/vimrc @@ -314,6 +314,14 @@ let g:NERDTreeWinSize = 20 noremap :NERDTreeToggle nnoremap :NERDTreeFind +" ---------------------------------------------------------------------- +" Syntastic +" ---------------------------------------------------------------------- +let g:syntastic_aggregate_errors = 1 +let g:syntastic_always_populate_loc_list = 1 +let g:syntastic_auto_loc_list = 2 +let g:syntastic_loc_list_height = 4 + " ---------------------------------------------------------------------- " Lastly, load configurations available only to this computer " ----------------------------------------------------------------------