feat(nvim): use floaterm for running tests
This commit is contained in:
parent
373c824caf
commit
0371434311
3 changed files with 6 additions and 1 deletions
|
@ -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 = "vimux"
|
||||
let test#strategy = "floaterm"
|
||||
|
||||
let test#php#phpunit#executable = 'just test'
|
||||
let test#php#phpunit#options = '--colors=always'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue