fix(typst): enable single file support

Co-authored-by: Stefan Boca <45266795+stefanboca@users.noreply.github.com>
This commit is contained in:
Võ Quang Chiến 2024-11-08 08:56:14 +07:00 committed by GitHub
parent 4a7e80c4aa
commit 2daa8da842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,10 @@ return {
opts = {
servers = {
tinymist = {
single_file_support = true,
root_dir = function()
LazyVim.root.get()
end,
settings = {
formatterMode = "typstyle",
},