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