Re-add vimux and use it when running tests

This commit is contained in:
Oliver Davies 2024-03-26 23:39:37 +00:00
parent 51329ce842
commit e3ddc8cf77
2 changed files with 2 additions and 1 deletions

View file

@ -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 = "neoterm"
let test#strategy = "vimux"
let test#php#phpunit#executable = './run test'
let test#php#phpunit#options = '--colors=always --testdox'

View file

@ -153,6 +153,7 @@ in rec {
# Testing
vimPlugins.vim-test
vimPlugins.vimux
# Git
vimPlugins.committia-vim