This commit is contained in:
2026-01-27 19:29:36 -05:00
parent 0004043ab3
commit 8649105660

View File

@@ -0,0 +1,6 @@
---@type vim.lsp.Config
return {
cmd = { 'tinymist' },
filetypes = { 'typ' },
root_markers = { 'main.typ', 'typst.toml' },
}