(nvim) configure pint
This commit is contained in:
parent
5a0acb0691
commit
1c45973503
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue