(nvim) configure pint

This commit is contained in:
juancwu 2026-03-06 09:44:45 -05:00
commit 1c45973503

View file

@ -38,6 +38,11 @@ return {
notify_on_error = false,
formatters_by_ft = formatters_by_ft,
formatters = {
pint = {
command = "vendor/bin/pint",
args = { "$FILENAME" },
stdin = false,
},
["blade-formatter"] = {
command = "blade-formatter",
args = {