diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-11 15:04:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-11 15:04:57 +0000 |
| commit | ac98db2f9f06a56498ec890a96928774eae412c3 (patch) | |
| tree | 1d633be0aa127f891038a67a47de4d916131f04b /doc | |
| parent | fix: show backtrace from deprecate() call (diff) | |
| download | nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar.gz nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar.bz2 nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar.lz nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar.xz nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.tar.zst nvim-lspconfig-ac98db2f9f06a56498ec890a96928774eae412c3.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 f1729dd3..604e48da 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2436,11 +2436,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g56713ef872" + version = "0.12.0-dev+gf40672be99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g56713ef872" + version = "0.12.0-dev+gf40672be99" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 016e22e2..4ccb5b6e 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1595,11 +1595,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g56713ef872" + version = "0.12.0-dev+gf40672be99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g56713ef872" + version = "0.12.0-dev+gf40672be99" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 |
