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" } }, }, {