Skip to content

Commit 61b5189

Browse files
Add Typst support with tinymist (because typst-lsp has been archived). (#150)
* Added Typst support with tinymist. * Replaced \' with " in lsp command entries. * Revert "Replaced \' with " in lsp command entries." This reverts commit 5c9b0d2. * Change \' to " in tinymist command.
1 parent 751e003 commit 61b5189

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,18 @@ lspconfig.tailwindcss = add_lsp {
843843
verbose = false
844844
}
845845

846+
---# Typst - tinymist
847+
--- __Status: Works
848+
--- __Site__: https://github.com/Myriad-Dreamin/tinymist
849+
--- __Instalation__: https://github.com/Myriad-Dreamin/tinymist?tab=readme-ov-file#installation
850+
lspconfig.tinymist = add_lsp {
851+
name = "tinymist",
852+
language = "typst",
853+
file_patterns = { "%.typ$" },
854+
command = { "tinymist" },
855+
verbose = false
856+
}
857+
846858
---# LaTeX Texlab language server
847859
--- __Status__: Works
848860
--- __Site__: https://github.com/latex-lsp/texlab

0 commit comments

Comments
 (0)