1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +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 = { opts = {
adapters = { adapters = {
"neotest-phpunit", ["neotest-phpunit"] = {},
"neotest-pest", ["neotest-pest"] = {},
} }
}, },
}, },