split out python and ruby settings
This commit is contained in:
parent
3b5d957036
commit
629084a553
3 changed files with 141 additions and 102 deletions
7
vim-files/vim/ftplugin/ruby.vim
Normal file
7
vim-files/vim/ftplugin/ruby.vim
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue