aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-27 20:21:26 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-27 20:21:26 +0000
commitdec075bcd3656af716ef01e8d41e97d5a3e73974 (patch)
tree21b8b19fe082467c28dc40fcb1d1176e93bf36d5 /doc
parentfeat(tinymist): add pinMain command #4158 (diff)
downloadnvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar.gz
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar.bz2
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar.lz
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar.xz
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.tar.zst
nvim-lspconfig-dec075bcd3656af716ef01e8d41e97d5a3e73974.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md6
-rw-r--r--doc/configs.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md
index c77c1e6a..d7b98286 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2403,11 +2403,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g095b9f98f3"
+ version = "0.12.0-dev+g070f4d3da0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g095b9f98f3"
+ version = "0.12.0-dev+g070f4d3da0"
}
}
```
@@ -12362,7 +12362,7 @@ Default config:
```lua
{ "typst" }
```
-- `on_attach`: [../lsp/tinymist.lua:49](../lsp/tinymist.lua#L49)
+- `on_attach`: [../lsp/tinymist.lua:46](../lsp/tinymist.lua#L46)
- `root_markers` :
```lua
{ ".git" }
diff --git a/doc/configs.txt b/doc/configs.txt
index 12555e63..14023715 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1572,11 +1572,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g095b9f98f3"
+ version = "0.12.0-dev+g070f4d3da0"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g095b9f98f3"
+ version = "0.12.0-dev+g070f4d3da0"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -9178,7 +9178,7 @@ Default config:
{ "tinymist" }
- filetypes: >lua
{ "typst" }
-- on_attach (use "gF" to view): ../lsp/tinymist.lua:49
+- on_attach (use "gF" to view): ../lsp/tinymist.lua:46
- root_markers: >lua
{ ".git" }
<