mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
16 lines
296 B
Lua
16 lines
296 B
Lua
|
|
return {
|
|
"nvim-neotest/neotest",
|
|
optional = true,
|
|
ft = { "php" },
|
|
dependencies = {
|
|
"pnx/neotest-phpunit",
|
|
'V13Axel/neotest-pest',
|
|
},
|
|
opts = {
|
|
adapters = {
|
|
["neotest-phpunit"] = {},
|
|
["neotest-pest"] = {},
|
|
}
|
|
},
|
|
}
|