diff --git a/plugin/vim-test.lua b/plugin/vim-test.lua index dad4316..b82c466 100644 --- a/plugin/vim-test.lua +++ b/plugin/vim-test.lua @@ -12,8 +12,11 @@ map("n", "ts", ":TestSuite", options) vim.cmd [[ let test#echo_command = 0 - let test#neovim#start_normal = 1 - let test#strategy = "vimux" + let test#strategy = "neovim_sticky" + + let g:test#neovim_sticky#kill_previous = 1 + let g:test#neovim_sticky#reopen_window = 1 + let g:test#preserve_screen = 0 let test#php#phpunit#executable = './run test' let test#php#phpunit#options = '--colors=always --testdox'