aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-01 03:05:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-11-01 03:05:51 +0000
commita89bfcfd0e44f898341ac8a80ba83ccf6218bef3 (patch)
tree4cb83cd32db56ad8f51098f62339196dd05cdff5 /doc/configs.md
parentfix(tinymist): vim.notify called with invalid input #4172 (diff)
downloadnvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar.gz
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar.bz2
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar.lz
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar.xz
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.tar.zst
nvim-lspconfig-a89bfcfd0e44f898341ac8a80ba83ccf6218bef3.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 89bb086f..31515191 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2400,11 +2400,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g69bddc089f"
+ version = "0.12.0-dev+gaccd392f4d"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g69bddc089f"
+ version = "0.12.0-dev+gaccd392f4d"
}
}
```
@@ -12332,11 +12332,11 @@ https://github.com/Myriad-Dreamin/tinymist
An integrated language service for Typst [taɪpst]. You can also call it "微霭" [wēi ǎi] in Chinese.
Currently some of Tinymist's workspace commands are supported, namely:
-`LspTinymistExportSvg`, `LspTinymistExportPng`, `LspTinymistExportPdf
+`LspTinymistExportSvg`, `LspTinymistExportPng`, `LspTinymistExportPdf`,
`LspTinymistExportMarkdown`, `LspTinymistExportText`, `LspTinymistExportQuery`,
`LspTinymistExportAnsiHighlight`, `LspTinymistGetServerInfo`,
-`LspTinymistGetDocumentTrace`, `LspTinymistGetWorkspaceLabels`, and
-`LspTinymistGetDocumentMetrics`.
+`LspTinymistGetDocumentTrace`, `LspTinymistGetWorkspaceLabels`,
+`LspTinymistGetDocumentMetrics`, and `LspTinymistPinMain`.
Snippet to enable the language server:
```lua
@@ -12352,7 +12352,7 @@ Default config:
```lua
{ "typst" }
```
-- `on_attach`: [../lsp/tinymist.lua:46](../lsp/tinymist.lua#L46)
+- `on_attach`: [../lsp/tinymist.lua:45](../lsp/tinymist.lua#L45)
- `root_markers` :
```lua
{ ".git" }