diff --git a/lua/lazyvim/plugins/extras/lang/php.lua b/lua/lazyvim/plugins/extras/lang/php.lua index 59e7b292..31ee7026 100644 --- a/lua/lazyvim/plugins/extras/lang/php.lua +++ b/lua/lazyvim/plugins/extras/lang/php.lua @@ -1,7 +1,7 @@ return { recommended = { ft = "php", - root = { "composer.json", ".git", ".phpactor.json", ".phpactor.yml" }, + root = { "composer.json", ".phpactor.json", ".phpactor.yml" }, }, {