From 7c6996cc703f09a79f73ca01444b9345d9c4861c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 7 Aug 2023 21:51:20 +0100 Subject: [PATCH] chore(nvim): change vim-test strategy --- after/plugin/vim-test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/vim-test.lua b/after/plugin/vim-test.lua index a76c3bd..1c3463e 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 = "floaterm" + let test#strategy = "neovim" let test#php#phpunit#executable = 'just test' let test#php#phpunit#options = '--colors=always --testdox'