Last active
August 29, 2015 14:27
-
-
Save salomvary/fb7d11e051b78483bb8b to your computer and use it in GitHub Desktop.
Ruby for VIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Install these: | |
" https://github.com/vim-ruby/vim-ruby | |
" https://github.com/scrooloose/syntastic | |
" Run tests with rspec | |
compiler rspec | |
:make | |
" Enable Rubocop (gem install rubocop) + Syntastic | |
let g:syntastic_ruby_checkers = ['mri', 'rubocop'] | |
" TODO: make this work `compiler rubocop` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment