better typst support

This commit is contained in:
λmolinae 2025-05-26 01:09:43 -06:00
parent c551043634
commit a02ec2e544
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,10 @@
---@type vim.lsp.Config
return {
cmd = { "/usr/bin/tinymist" },
filetypes = { "typ" },
filetypes = { "typst" },
settings = {
formatterMode = "typstyle",
exportPdf = "onType",
semanticTokens = "disable"
}
}