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

8 lines
217 B
VimL
Raw Normal View History

2015-12-02 18:00:56 -08:00
" Syntastic
let g:syntastic_ruby_checkers = ['rubocop']
2015-10-08 14:55:54 -07:00
" vim-rspec mappings
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
nnoremap <Leader>s :call RunNearestSpec()<CR>
nnoremap <Leader>l :call RunLastSpec()<CR>