7 lines
210 B
VimL
7 lines
210 B
VimL
Plugin 'tpope/vim-rails'
|
|
Plugin 'tpope/vim-rake'
|
|
|
|
" vim-rspec mappings
|
|
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
|
|
nnoremap <Leader>s :call RunNearestSpec()<CR>
|
|
nnoremap <Leader>l :call RunLastSpec()<CR>
|