Skip to content

Commit

Permalink
syntastic: config update
Browse files Browse the repository at this point in the history
  • Loading branch information
teranex committed Jul 19, 2014
1 parent 4a67bce commit 7ef979c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vimrc
Expand Up @@ -197,11 +197,13 @@ colorscheme molokai

" settings for Syntastic =================================================
let g:syntastic_enable_signs=1
let g:syntastic_auto_loc_list=0
let g:syntastic_auto_loc_list=1
let g:syntastic_loc_list_height=5
let g:syntastic_aggregate_errors=1
let g:syntastic_python_checkers = ['flake8']
let g:syntastic_python_flake8_args='--builtins=_ --max-line-length=100'
let g:syntastic_php_phpcs_args="--report=csv --standard=".expand('<sfile>:p:h')."/.vim/misc/phpcs-drupal-ruleset.xml"
let g:syntastic_php_phpmd_post_args="text ".expand('<sfile>:p:h')."/.vim/misc/phpmd-ruleset.xml"
let g:syntastic_php_phpmd_post_args=expand('<sfile>:p:h')."/.vim/misc/phpmd-ruleset.xml"

" settings for Ack =======================================================
let g:ackprg="ack-grep -H --nocolor --nogroup --column"
Expand Down

0 comments on commit 7ef979c

Please sign in to comment.