refactor(laravel): remove duplication with php extra

This commit is contained in:
Ronald Wong 2025-11-29 18:34:19 -05:00
parent 03b5532692
commit 62ccf900a2

View file

@ -147,26 +147,9 @@ return {
end,
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"V13Axel/neotest-pest",
"olimorris/neotest-phpunit",
},
opts = {
adapters = {
"neotest-pest",
["neotest-phpunit"] = {
root_ignore_files = { "tests/Pest.php" },
},
},
},
},
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "php", "phpdoc", "blade" } },
opts = { ensure_installed = { "phpdoc", "blade" } },
},
{