From 62ccf900a225c8d643f59cf60159c1c745d4aaf2 Mon Sep 17 00:00:00 2001 From: Ronald Wong Date: Sat, 29 Nov 2025 18:34:19 -0500 Subject: [PATCH] refactor(laravel): remove duplication with php extra --- lua/lazyvim/plugins/extras/lang/laravel.lua | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/laravel.lua b/lua/lazyvim/plugins/extras/lang/laravel.lua index e77f2ba9..415844b7 100644 --- a/lua/lazyvim/plugins/extras/lang/laravel.lua +++ b/lua/lazyvim/plugins/extras/lang/laravel.lua @@ -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" } }, }, {