Height of loc list (vim syntastic)

This commit is contained in:
Kujiu 2017-07-17 09:43:42 +02:00
parent e544eea194
commit 259d59aca5
No known key found for this signature in database
GPG Key ID: F6A8243BF7C8404D
1 changed files with 1 additions and 0 deletions

View File

@ -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"