diff --git a/after/plugin/vim-test.lua b/after/plugin/vim-test.lua index 9a1b55b..dad4316 100644 --- a/after/plugin/vim-test.lua +++ b/after/plugin/vim-test.lua @@ -13,7 +13,7 @@ map("n", "ts", ":TestSuite", 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' diff --git a/lib/default.nix b/lib/default.nix index 8463822..b548c0e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -153,6 +153,7 @@ in rec { # Testing vimPlugins.vim-test + vimPlugins.vimux # Git vimPlugins.committia-vim