summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2016-04-05 11:04:11 -0700
committerJesse Luehrs <doy@tozt.net>2016-04-05 11:17:25 -0700
commite8de98215519f02f1653822c76e9c81bb51586e3 (patch)
tree0942bb2331a9386e40c9901e6ef6a3e93fe4e1b5 /vimrc
parentc5f9167dd66f3a10963da47c6f7d399418311057 (diff)
downloadconf-e8de98215519f02f1653822c76e9c81bb51586e3.tar.gz
conf-e8de98215519f02f1653822c76e9c81bb51586e3.zip
add some ruby syntastic config
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index aada89f..b3a3264 100644
--- a/vimrc
+++ b/vimrc
@@ -853,5 +853,6 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_enable_signs = 0
let g:syntastic_perl_checkers = []
+let g:syntastic_ruby_checkers = ['mri', 'rubocop']
" }}}
" }}}