vimtest and remove cruft

This commit is contained in:
Haak Saxberg 2015-12-03 17:12:39 -08:00 committed by Haak Saxberg
parent d2a81fbd6b
commit 9bf12db6f4
2 changed files with 16 additions and 13 deletions

View file

@ -1,10 +1,2 @@
" Neomake
let g:neomake_ruby_enabled_makers = ['rubocop']
let g:neomake_ruby_rubocop_maker = {
\ 'args': ['--except', 'Style/TrailingComma,Style/Documentation,Metrics/ClassLength,Metrics/ModuleLength,Metrics/MethodLength,Style/SignalException'],
\}
" vim-rspec mappings
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
nnoremap <Leader>s :call RunNearestSpec()<CR>
nnoremap <Leader>l :call RunLastSpec()<CR>