diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-01 03:05:51 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-01 03:05:51 +0000 |
| commit | a89bfcfd0e44f898341ac8a80ba83ccf6218bef3 (patch) | |
| tree | 4cb83cd32db56ad8f51098f62339196dd05cdff5 | |
| parent | fix(tinymist): vim.notify called with invalid input #4172 (diff) | |
| download | nvim-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
| -rw-r--r-- | doc/configs.md | 12 | ||||
| -rw-r--r-- | doc/configs.txt | 12 |
2 files changed, 12 insertions, 12 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" } diff --git a/doc/configs.txt b/doc/configs.txt index 6c01bba7..64046f21 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1571,11 +1571,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" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -9161,11 +9161,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 vim.lsp.enable('tinymist') @@ -9176,7 +9176,7 @@ Default config: { "tinymist" } - filetypes: >lua { "typst" } -- on_attach (use "gF" to view): ../lsp/tinymist.lua:46 +- on_attach (use "gF" to view): ../lsp/tinymist.lua:45 - root_markers: >lua { ".git" } < |
