diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-07 16:15:21 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-07 16:15:21 +0000 |
| commit | c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f (patch) | |
| tree | 7cd2770d17b2f72548da915d72f491dafeac7832 | |
| parent | fix(zk): zk.list returns paths relative to the root directory #4063 (diff) | |
| download | nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar.gz nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar.bz2 nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar.lz nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar.xz nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.tar.zst nvim-lspconfig-c8b90ae5cbe21d547b342b05c9266dcb8ca0de8f.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 8e23a73b..76125d4a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2345,11 +2345,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 605691d8..055014c7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gbc15b35cf6" + version = "0.12.0-dev+g21f2c2b19c" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
