From 259d59aca55fbb028d7a3978ce0313f38b73d522 Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Mon, 17 Jul 2017 09:43:42 +0200 Subject: [PATCH] Height of loc list (vim syntastic) --- common/.vimrc | 1 + 1 file changed, 1 insertion(+) 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"