(nvim) enable templ formatter and biome for php
This commit is contained in:
parent
6c4fbccef8
commit
2f564de51d
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ local formatters_by_ft = {
|
||||||
yml = { "yamlfmt" },
|
yml = { "yamlfmt" },
|
||||||
zig = { "zigfmt" },
|
zig = { "zigfmt" },
|
||||||
rust = { "rustfmt" },
|
rust = { "rustfmt" },
|
||||||
|
templ = { "templ" },
|
||||||
|
php = { "biome" },
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue