mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
fix: move php-cs-fixcer to pretty-php
This commit is contained in:
parent
ef38e66bf9
commit
d5da617c07
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ return {
|
||||||
"pojokcodeid/auto-conform.nvim",
|
"pojokcodeid/auto-conform.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
vim.list_extend(opts.ensure_installed, { "php-cs-fixer", "blade-formatter" })
|
vim.list_extend(opts.ensure_installed, { "pretty-php", "blade-formatter" })
|
||||||
opts.formatters_by_ft.php = { "easy-coding-standard" }
|
opts.formatters_by_ft.php = { "pretty-php" }
|
||||||
opts.formatters_by_ft.blade = { "blade-formatter" }
|
opts.formatters_by_ft.blade = { "blade-formatter" }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue