Browse Source

changed the synstastic error display, as it looks weird in its default

master
Julio Biason 10 years ago
parent
commit
79552ddcc8
  1. 3
      configs/vimrc-generated

3
configs/vimrc-generated

@ -311,8 +311,9 @@ let g:syntastic_error_symbol='✗'
let g:syntastic_warning_symbol='⚠'
let g:syntastic_style_error_symbol = '✗'
let g:syntastic_style_warning_symbol = '⚠'
let g:syntastic_auto_loc_list=1
let g:syntastic_auto_loc_list=0
let g:syntastic_aggregate_errors = 1
let g:syntastic_loc_list_height=3
" vim-airline
let g:airline_enable_syntastic = 1

Loading…
Cancel
Save