Skip to content

Instantly share code, notes, and snippets.

@cmsj
Created March 15, 2013 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmsj/5171312 to your computer and use it in GitHub Desktop.
Save cmsj/5171312 to your computer and use it in GitHub Desktop.
" Make syntastic check when opening a file
:let g:syntastic_check_on_open=1
" Fancy syntastic error/warning symbols
let g:syntastic_error_symbol='✗'
let g:syntastic_warning_symbol='⚠'
" Limit syntastic location list window height
let g:syntastic_loc_list_height=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment