Create live-image for Grit OS

syntastic.vim 306B

123456789101112
  1. " Mark syntax errors with :signs
  2. let g:syntastic_enable_signs=1
  3. " Automatically jump to the error when saving the file.
  4. let g:syntastic_auto_jump=0
  5. " Show the error list automatically.
  6. let g:syntastic_auto_loc_list=1
  7. " Don't care about warnings.
  8. let g:syntastic_quiet_messages = { "level": "warnings" }