From 2860bc06dbc303073b324aa2ffd1cecc9eaf2562 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 Sep 2023 21:31:12 +0100 Subject: [PATCH] feat(nvim): use neoterm with vim-test --- 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 bade7cb..0ed9348 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 = "neovim" + let test#strategy = "neoterm" let test#php#phpunit#executable = 'just test' let test#php#phpunit#options = '--colors=always --testdox'