diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-12 04:35:36 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-12 04:35:36 +0000 |
| commit | c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8 (patch) | |
| tree | 96d61f7374be0323e1cffb8363c1536744897155 /doc | |
| parent | fix(angularls): add nil check for config parameter #4181 (diff) | |
| download | nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar.gz nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar.bz2 nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar.lz nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar.xz nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.tar.zst nvim-lspconfig-c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8.zip | |
docs: update configs.md
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 0e21a8ef..13c486a4 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2400,11 +2400,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 5cb15fef..5c07e0b4 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1571,11 +1571,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g130ef73e39" + version = "0.12.0-dev+g2822c38f2e" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 |
