Skip to content

Commit

Permalink
Trying tslime
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Gremore committed Nov 23, 2015
1 parent 9ceae7b commit 01849f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vimrc.bundles.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Plug 'altercation/vim-colors-solarized'
Plug 'powerline/powerline'
Plug 'stephenmckinney/vim-solarized-powerline'
Plug 'skalnik/vim-vroom'
Plug 'tpope/vim-dispatch'
Plug 'jgdavey/tslime.vim'

" See https://avi.io/blog/2014/08/28/my-development-workflow-vim-tmux-terminal-awesomeness/
" and https://github.com/stefanoverna/vim-plumber
Expand Down
6 changes: 4 additions & 2 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ nnoremap \ :Ag<SPACE>

let g:vroom_use_colors = 1
let g:vroom_write_all = 1
let g:vroom_spec_command = "Dispatch rspec {spec}"
let g:vroom_test_unit_command = "Dispatch ruby -Itest "
let g:vroom_spec_command = 'call Send_to_Tmux("rspec {spec}\n")'
let g:vroom_test_unit_command = 'call Send_to_Tmux("ruby -I{spec}\n")'

let g:rspec_command = 'call Send_to_Tmux("rspec {spec}\n")'

" RSpec.vim mappings
map <Leader>t :call RunCurrentSpecFile()<CR>
Expand Down

0 comments on commit 01849f0

Please sign in to comment.