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