Skip to content

Commit ea73457

Browse files
author
Aaron Baker and Michael Thompson
committed
remove nerdcommenter, fix rspec command
1 parent c520dab commit ea73457

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vim/common_config/01_plugin_config.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ let mapleader = ','
2222
NeoBundle 'vim-scripts/ruby-matchit'
2323
NeoBundle 'tpope/vim-abolish'
2424
NeoBundle 'airblade/vim-gitgutter'
25-
NeoBundle 'scrooloose/nerdcommenter'
2625
NeoBundle 'scssquatch/vim-css-color'
2726
NeoBundle 'tpope/vim-sleuth'
2827

@@ -208,7 +207,7 @@ let mapleader = ','
208207
" Easy async RSpec running
209208
NeoBundle 'thoughtbot/vim-rspec'
210209
NeoBundle 'tpope/vim-dispatch'
211-
let g:rspec_command = 'Dispatch rspec --format=progress --no-profile {spec}'
210+
let g:rspec_command = 'bundle exec rspec --format=progress --no-profile {spec}'
212211
nmap <Leader>rc :wa<CR> :call RunCurrentSpecFile()<CR>
213212
nmap <Leader>rn :wa<CR> :call RunNearestSpec()<CR>
214213
nmap <Leader>rl :wa<CR> :call RunLastSpec()<CR>

0 commit comments

Comments
 (0)