1
0
Fork 0
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:
Henrik Hautakoski 2025-09-29 15:19:36 +02:00
parent bee8e35ae8
commit cb9b9f8009

View file

@ -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 = {