diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-23 06:39:26 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-23 06:39:26 +0000 |
| commit | 5eeb45c8c469b84777a5bd8796b698c8a1c780a7 (patch) | |
| tree | e715e7fb5cff3f3af80b20802cf8768d72a2fc66 /doc | |
| parent | docs: ":LspInfo" in Nvim 0.12 #4256 (diff) | |
| download | nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar.gz nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar.bz2 nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar.lz nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar.xz nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.tar.zst nvim-lspconfig-5eeb45c8c469b84777a5bd8796b698c8a1c780a7.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -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 19ac1b2e..c9fc2e87 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2436,11 +2436,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" } } ``` @@ -4873,20 +4873,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 94445d2f..16840d3a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1592,11 +1592,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3461,20 +3461,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+gb95848a8f1" + version = "0.12.0-dev+gc374d78095" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 |
