Re-add vimux and use it when running tests
This commit is contained in:
parent
51329ce842
commit
e3ddc8cf77
|
@ -13,7 +13,7 @@ map("n", "<leader>ts", ":TestSuite<CR>", options)
|
|||
vim.cmd [[
|
||||
let test#echo_command = 0
|
||||
let test#neovim#start_normal = 1
|
||||
let test#strategy = "neoterm"
|
||||
let test#strategy = "vimux"
|
||||
|
||||
let test#php#phpunit#executable = './run test'
|
||||
let test#php#phpunit#options = '--colors=always --testdox'
|
||||
|
|
|
@ -153,6 +153,7 @@ in rec {
|
|||
|
||||
# Testing
|
||||
vimPlugins.vim-test
|
||||
vimPlugins.vimux
|
||||
|
||||
# Git
|
||||
vimPlugins.committia-vim
|
||||
|
|
Reference in a new issue