dotfiles/vim-files/vim/ftplugin/ruby.vim

6 lines
124 B
VimL
Raw Normal View History

2015-12-03 09:06:43 -08:00
" Neomake
let g:neomake_ruby_enabled_makers = ['rubocop']
" Vim-Test
"let test#ruby#rspec#executable = 'bundle exec rspec'