Skip to content

Commit

Permalink
syntastic changed method for quieting messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Jul 25, 2014
1 parent 74df25b commit 11beb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

Plugin 'scrooloose/syntastic'
let g:syntastic_enable_signs=1
let g:syntastic_quiet_messages=1
let g:syntastic_quiet_messages={}
" syntastic is too slow for haml and sass
let g:syntastic_mode_map = { 'mode': 'active',
\ 'active_filetypes': [],
Expand Down

0 comments on commit 11beb6f

Please sign in to comment.