Skip to content

Commit

Permalink
Switch back to Dispatch
Browse files Browse the repository at this point in the history
This reverts commit 48e904a.
  • Loading branch information
derekprior committed Mar 26, 2015
1 parent daabbb6 commit df764df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vimrc.bundles.local
@@ -1,11 +1,11 @@
Plugin 'christoomey/vim-rfactory'
Plugin 'christoomey/vim-tmux-navigator'
Plugin 'christoomey/vim-tmux-runner'
Plugin 'derekprior/vim-trimmer'
Plugin 'elzr/vim-json'
Plugin 'epmatsw/ag.vim'
Plugin 'itchyny/lightline.vim'
Plugin 'stefanoverna/vim-i18n'
Plugin 'tpope/vim-dispatch'
Plugin 'tpope/vim-projectionist'
Plugin 'tpope/vim-rake'
Plugin 'tpope/vim-vinegar'
3 changes: 1 addition & 2 deletions vimrc.local
Expand Up @@ -43,7 +43,6 @@ nnoremap K :grep! "\b<C-R><C-W>\b"<CR>:cw<CR>
" Typos
command! Q q
command! W w
command! Wq wq

" simple vertical splits
map <leader>v <C-w>v
Expand All @@ -59,7 +58,7 @@ map <silent> <leader><cr> :noh<cr>

" vim-rspec mappings
map <Leader>a :call RunAllSpecs()<CR>
let g:rspec_command = "VtrSendCommandToRunner! rspec {spec}"
let g:rspec_command = "Dispatch rspec {spec}"

" Disable " hiding on JSON attributes
let g:vim_json_syntax_conceal = 0
Expand Down

0 comments on commit df764df

Please sign in to comment.