diff --git a/common/.vimrc b/common/.vimrc index 8fd09ff..5f6e741 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -231,6 +231,7 @@ set laststatus=2 " Always display the statusline in all windows let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 +let g:syntastic_loc_list_height = 4 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 1 let g:syntastic_error_symbol = "EE"