dotfiles/vim-files/vim/ftplugin/ruby.vim
2015-12-02 18:02:35 -08:00

7 lines
217 B
VimL

" Syntastic
let g:syntastic_ruby_checkers = ['rubocop']
" vim-rspec mappings
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
nnoremap <Leader>s :call RunNearestSpec()<CR>
nnoremap <Leader>l :call RunLastSpec()<CR>