1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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,
ft = { "php" },
dependencies = {
"olimorris/neotest-phpunit",
"pnx/neotest-phpunit",
'V13Axel/neotest-pest',
},
opts = {