mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(php): php_cs_fixer is the correct name
This commit is contained in:
parent
11268d8ff1
commit
18fe82485d
1 changed files with 7 additions and 7 deletions
|
|
@ -74,13 +74,13 @@ return {
|
||||||
php = { "phpcs" },
|
php = { "phpcs" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
},
|
||||||
"stevearc/conform.nvim",
|
{
|
||||||
optional = true,
|
"stevearc/conform.nvim",
|
||||||
opts = {
|
optional = true,
|
||||||
formatters_by_ft = {
|
opts = {
|
||||||
php = { "php-cs-fixer" },
|
formatters_by_ft = {
|
||||||
},
|
php = { "php_cs_fixer" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue