1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: php: fix config for neotest

This commit is contained in:
Henrik Hautakoski 2024-09-08 13:36:30 +02:00
parent 8d4b37c9c2
commit bac6a3a280

View file

@ -43,8 +43,8 @@ return {
},
opts = {
adapters = {
"neotest-phpunit",
"neotest-pest",
["neotest-phpunit"] = {},
["neotest-pest"] = {},
}
},
},