(nvim) enable templ formatter and biome for php

This commit is contained in:
juancwu 2025-09-22 09:05:42 -04:00
commit 2f564de51d

View file

@ -14,6 +14,8 @@ local formatters_by_ft = {
yml = { "yamlfmt" },
zig = { "zigfmt" },
rust = { "rustfmt" },
templ = { "templ" },
php = { "biome" },
}
return {