diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-09-05 15:54:44 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-09-05 15:55:31 +0100 |
| commit | 5aef2f715b89e9e33680fe2d16f882c585f885d3 (patch) | |
| tree | c26afdbca08ea44494227d4a57310aabc46e3f39 /nvim/.config | |
| parent | 32885ee1df94d8dbb3be5c5373dd304a53d4061c (diff) | |
Let conform handle finding php-cs-fixer in vendor and $PATH
Diffstat (limited to 'nvim/.config')
| -rw-r--r-- | nvim/.config/nvim/lua/plugins/conform.lua | 3 |
1 files changed, 0 insertions, 3 deletions
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", |
