split out python and ruby settings

This commit is contained in:
Haak Saxberg 2015-10-08 14:55:54 -07:00 committed by Haak Saxberg
parent 3b5d957036
commit 629084a553
3 changed files with 141 additions and 102 deletions

View file

@ -0,0 +1,7 @@
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>