mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim: php: add php-cs-fixer as formatter for php files.
This commit is contained in:
parent
f63bdaa84f
commit
04cb7cd905
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ return {
|
|||
optional = true,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
blade = { 'blade-formatter' },
|
||||
php = { 'php-cs-fixer' },
|
||||
blade = { 'blade-formatter' }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue