feat: add typst support
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user