feat(nvim): add formatter for typst
This commit is contained in:
parent
54ed609a12
commit
e201b0ff15
@ -50,6 +50,12 @@ return {
|
||||
stdin = true,
|
||||
}
|
||||
end,
|
||||
typst = function()
|
||||
return {
|
||||
exe = "typstfmt",
|
||||
stdin = true
|
||||
}
|
||||
end
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user