mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/lang/php.lua: use my own neotest-phpunit
This commit is contained in:
parent
bee8e35ae8
commit
cb9b9f8009
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
ft = { "php" },
|
ft = { "php" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"olimorris/neotest-phpunit",
|
"pnx/neotest-phpunit",
|
||||||
'V13Axel/neotest-pest',
|
'V13Axel/neotest-pest',
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue