From cd0718eb58a77b2436cff038b941dce619edd5ad Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 5 Sep 2026 15:54:44 +0100 Subject: Let conform handle finding php-cs-fixer in vendor and $PATH --- nvim/.config/nvim/lua/plugins/conform.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'nvim/.config') diff --git a/nvim/.config/nvim/lua/plugins/conform.lua b/nvim/.config/nvim/lua/plugins/conform.lua index 2fb51cd..9404428 100644 --- a/nvim/.config/nvim/lua/plugins/conform.lua +++ b/nvim/.config/nvim/lua/plugins/conform.lua @@ -19,9 +19,6 @@ require("conform").setup({ asm = { "lsp" }, }, formatters = { - php_cs_fixer = { - command = "php-cs-fixer", - }, -- Biome is great because it doesn't require a node_modules folder to work. biome = { command = "biome", -- cgit v1.2.3-13-gbd6f