vim-turbux icon indicating copy to clipboard operation
vim-turbux copied to clipboard

Turbo Ruby testing with tmux

Results 3 vim-turbux issues
Sort by recently updated
recently updated
newest added

*FYI - I do not know if there's a recommended format for submitting an issue/feature request, so please LMK if I can update this. I use vim-turbux with an elixir...

I used to have the following in my `~/.vimrc`: ``` autocmd BufNewFile,BufRead {*_test.rb} let g:turbux_test_type='minitest' autocmd BufNewFile,BufRead {*_spec.rb} let g:turbux_test_type='rspec' ``` But running focused tests with MiniTest would always fail...

If you are using vim 8 or neovim, you'd better try asyncrun.vim: https://github.com/skywind3000/asyncrun.vim , which is a nice replacement to vim-dispatch with much better user experience.