chore(nvim): change vim-test strategy
This commit is contained in:
parent
f64e177e6d
commit
7c6996cc70
|
@ -13,7 +13,7 @@ map("n", "<leader>ts", ":TestSuite<CR>", options)
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
let test#echo_command = 0
|
let test#echo_command = 0
|
||||||
let test#neovim#start_normal = 1
|
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#executable = 'just test'
|
||||||
let test#php#phpunit#options = '--colors=always --testdox'
|
let test#php#phpunit#options = '--colors=always --testdox'
|
||||||
|
|
Reference in a new issue