vimtest and remove cruft
This commit is contained in:
parent
d2a81fbd6b
commit
9bf12db6f4
2 changed files with 16 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue