generate pdfs while typing in typst files
This commit is contained in:
parent
e83b9e5cfa
commit
4e73cc78aa
1 changed files with 5 additions and 0 deletions
5
after/lsp/tinymist.lua
Normal file
5
after/lsp/tinymist.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
settings = {
|
||||
exportPdf = "onType",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue