diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-18 03:08:10 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-18 03:08:10 +0000 |
| commit | 5bfcc89fd155b4ffc02d18ab3b7d19c2d4e246a7 (patch) | |
| tree | d5e69a485c3ae1c998ce3ec5ff7003a0330bb8e2 /doc | |
| parent | Revert "add deno.lock root marker #4051" (diff) | |
| download | nvim-lspconfig-2.5.0.tar nvim-lspconfig-2.5.0.tar.gz nvim-lspconfig-2.5.0.tar.bz2 nvim-lspconfig-2.5.0.tar.lz nvim-lspconfig-2.5.0.tar.xz nvim-lspconfig-2.5.0.tar.zst nvim-lspconfig-2.5.0.zip | |
docs: update configs.mdv2.5.0
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 5b77d9f7..41e6bf43 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2346,11 +2346,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ga897cc17a5" + version = "0.12.0-dev+g63ece2b151" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+ga897cc17a5" + version = "0.12.0-dev+g63ece2b151" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 0cdc99b9..f69b0bd1 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ga897cc17a5" + version = "0.12.0-dev+g63ece2b151" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+ga897cc17a5" + version = "0.12.0-dev+g63ece2b151" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
