From e3ddc8cf772f5fb5b137a747463bdfa85568f895 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Mar 2024 23:39:37 +0000 Subject: [PATCH] Re-add vimux and use it when running tests --- after/plugin/vim-test.lua | 2 +- lib/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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