diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-24 21:46:29 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-24 21:46:29 +0000 |
| commit | 66fc5007a63305bad866023acef897134737513a (patch) | |
| tree | 284479b1b8b2850333387e15fe884ae860b93bfc | |
| parent | ci: bump leafo/gh-actions-lua from 11 to 12 (#4097) (diff) | |
| download | nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar.gz nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar.bz2 nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar.lz nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar.xz nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.tar.zst nvim-lspconfig-66fc5007a63305bad866023acef897134737513a.zip | |
docs: update configs.md
skip-checks: true
| -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 2ba7faed..63f1a2d7 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2401,11 +2401,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g7837161076" + version = "0.12.0-dev+gb256e0476b" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g7837161076" + version = "0.12.0-dev+gb256e0476b" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index fc44f90d..ab1c776a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1564,11 +1564,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g7837161076" + version = "0.12.0-dev+gb256e0476b" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g7837161076" + version = "0.12.0-dev+gb256e0476b" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
