(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,
|
notify_on_error = false,
|
||||||
formatters_by_ft = formatters_by_ft,
|
formatters_by_ft = formatters_by_ft,
|
||||||
formatters = {
|
formatters = {
|
||||||
|
pint = {
|
||||||
|
command = "vendor/bin/pint",
|
||||||
|
args = { "$FILENAME" },
|
||||||
|
stdin = false,
|
||||||
|
},
|
||||||
["blade-formatter"] = {
|
["blade-formatter"] = {
|
||||||
command = "blade-formatter",
|
command = "blade-formatter",
|
||||||
args = {
|
args = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue