feat(nvim): use neoterm with vim-test
This commit is contained in:
parent
ec9cc45572
commit
bf21d7de56
2 changed files with 14 additions and 2 deletions
config/neovim/after/plugin
|
@ -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 = "neovim"
|
||||
let test#strategy = "neoterm"
|
||||
|
||||
let test#php#phpunit#executable = 'just test'
|
||||
let test#php#phpunit#options = '--colors=always --testdox'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue