diff --git a/lua/lsp/config/diagnosticls.lua b/lua/lsp/config/diagnosticls.lua index a32fc15..75c9d4b 100644 --- a/lua/lsp/config/diagnosticls.lua +++ b/lua/lsp/config/diagnosticls.lua @@ -124,7 +124,6 @@ return { formatFiletypes = { python = { "black", "isort", }, sh = { "shfmt", }, - php = { "php_cs_fixer", }, }, formatters = { black = { @@ -161,28 +160,6 @@ return { isStderr = false, ignoreExitCode = false, }, - php_cs_fixer = { - sourceName = "php-cs-fixer", - command = "./vendor/bin/php-cs-fixer", - args = { - "fix", - "--no-ansi", - "--using-cache=no", - "--quiet", - "--no-interaction", - "%file", - }, - isStdout = false, - isStderr = false, - doesWriteToFile = true, - ignoreExitCode = false, - rootPatterns = { - "composer.json", - "composer.lock", - "vendor", - ".git", - }, - }, phpcbf = { command = "./vendor/bin/phpcbf", args = {