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