Skip to content

Instantly share code, notes, and snippets.

@karrikas
Last active May 13, 2016 06:30
Show Gist options
  • Save karrikas/d6def922a6d3f259b560 to your computer and use it in GitHub Desktop.
Save karrikas/d6def922a6d3f259b560 to your computer and use it in GitHub Desktop.
Syntastic optoins - vim
# https://github.com/scrooloose/syntastic
let g:syntastic_always_populate_loc_list = 0
let g:syntastic_auto_loc_list = 0
let g:syntastic_check_on_open = 0
let g:syntastic_check_on_wq = 0
let g:loaded_syntastic_php_phpcs_checker = 0
let g:loaded_syntastic_php_phplint_checker = 0
let g:loaded_syntastic_php_phpmd_checker = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment