mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 05:21:07 +00:00
refactor(laravel): remove duplication with php extra
This commit is contained in:
parent
03b5532692
commit
62ccf900a2
1 changed files with 1 additions and 18 deletions
|
|
@ -147,26 +147,9 @@ return {
|
||||||
end,
|
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",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = { ensure_installed = { "php", "phpdoc", "blade" } },
|
opts = { ensure_installed = { "phpdoc", "blade" } },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue