File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11516,6 +11516,13 @@ Default config:
1151611516https://github.com/Myriad-Dreamin/tinymist
1151711517An integrated language service for Typst [ taɪpst] . You can also call it "微霭" [ wēi ǎi] in Chinese.
1151811518
11519+ Currently some of Tinymist's workspace commands are supported, namely:
11520+ ` LspTinymistExportSvg ` , ` LspTinymistExportPng ` , `LspTinymistExportPdf
11521+ ` LspTinymistExportMarkdown ` , ` LspTinymistExportText ` , ` LspTinymistExportQuery ` ,
11522+ ` LspTinymistExportAnsiHighlight ` , ` LspTinymistGetServerInfo ` ,
11523+ ` LspTinymistGetDocumentTrace ` , ` LspTinymistGetWorkspaceLabels ` , and
11524+ ` LspTinymistGetDocumentMetrics ` .
11525+
1151911526Snippet to enable the language server:
1152011527``` lua
1152111528require ' lspconfig' .tinymist .setup {}
@@ -11530,7 +11537,8 @@ Default config:
1153011537 ``` lua
1153111538 { " typst" }
1153211539 ```
11533- - ` root_dir ` source (use "gF" to visit): [ ../lua/lspconfig/configs/tinymist.lua:2] ( ../lua/lspconfig/configs/tinymist.lua#L2 )
11540+ - ` on_attach ` source (use "gF" to visit): [ ../lua/lspconfig/configs/tinymist.lua:46] ( ../lua/lspconfig/configs/tinymist.lua#L46 )
11541+ - ` root_dir ` source (use "gF" to visit): [ ../lua/lspconfig/configs/tinymist.lua:46] ( ../lua/lspconfig/configs/tinymist.lua#L46 )
1153411542- ` single_file_support ` : ` true `
1153511543
1153611544---
Original file line number Diff line number Diff line change @@ -10842,6 +10842,13 @@ tinymist
1084210842https://github.com/Myriad-Dreamin/tinymist
1084310843An integrated language service for Typst [taɪpst]. You can also call it "微霭" [wēi ǎi] in Chinese.
1084410844
10845+ Currently some of Tinymist's workspace commands are supported, namely:
10846+ `LspTinymistExportSvg` , `LspTinymistExportPng` , `LspTinymistExportPdf
10847+ `LspTinymistExportMarkdown` , `LspTinymistExportText` , `LspTinymistExportQuery` ,
10848+ `LspTinymistExportAnsiHighlight` , `LspTinymistGetServerInfo` ,
10849+ `LspTinymistGetDocumentTrace` , `LspTinymistGetWorkspaceLabels` , and
10850+ `LspTinymistGetDocumentMetrics` .
10851+
1084510852Snippet to enable the language server: >lua
1084610853 require'lspconfig' .tinymist.setup{}
1084710854
@@ -10855,7 +10862,8 @@ Default config:
1085510862 ```lua
1085610863 { "typst" }
1085710864 ```
10858- - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/tinymist.lua:2](../lua/lspconfig/configs/tinymist.lua#L2)
10865+ - `on_attach` source (use "gF" to visit): [../lua/lspconfig/configs/tinymist.lua:46](../lua/lspconfig/configs/tinymist.lua#L46)
10866+ - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/tinymist.lua:46](../lua/lspconfig/configs/tinymist.lua#L46)
1085910867- `single_file_support` : `true`
1086010868
1086110869
You can’t perform that action at this time.
0 commit comments