feat: add typst support

This commit is contained in:
2024-10-11 10:50:29 +02:00
parent 6a6243fd90
commit 22e70f9725
3 changed files with 21 additions and 0 deletions

View File

@ -96,6 +96,7 @@ local servers = {
'norg',
'gitcommit',
'rst',
'typst'
},
ltex = {
language = "auto",
@ -118,6 +119,9 @@ local servers = {
}
}
},
tinymist = {
exportPdf = "onType",
},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },