mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +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",
|
||||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, { "php-cs-fixer", "blade-formatter" })
|
||||
opts.formatters_by_ft.php = { "easy-coding-standard" }
|
||||
vim.list_extend(opts.ensure_installed, { "pretty-php", "blade-formatter" })
|
||||
opts.formatters_by_ft.php = { "pretty-php" }
|
||||
opts.formatters_by_ft.blade = { "blade-formatter" }
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue