Added tinymist (typst) lsp settings

This commit is contained in:
Michael Chalupiak 2025-09-14 14:25:33 -04:00
parent 924c01282d
commit c16dc3b450

View File

@ -79,4 +79,9 @@ vim.lsp.config('lua_ls', {
}
})
vim.lsp.config('tinymist', {
settings = {
exportPdf = "onType",
},
})
vim.diagnostic.config({ update_in_insert = true, float = true, virtual_lines = true})