feat(nvim): add formatter for typst

This commit is contained in:
Price Hiller 2024-01-21 04:24:00 -06:00
parent 54ed609a12
commit e201b0ff15
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -50,6 +50,12 @@ return {
stdin = true,
}
end,
typst = function()
return {
exe = "typstfmt",
stdin = true
}
end
},
}
end,