chore(nvim): change vim-test strategy

This commit is contained in:
Oliver Davies 2023-08-07 21:51:20 +01:00
parent f64e177e6d
commit 7c6996cc70

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 = "floaterm"
let test#strategy = "neovim"
let test#php#phpunit#executable = 'just test'
let test#php#phpunit#options = '--colors=always --testdox'