diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-30 18:41:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-30 18:41:57 +0000 |
| commit | 8e4cdc6aeddb7361ff774b41dd85a86e8b87404f (patch) | |
| tree | c7f373eeb4e823147e055096978b7f64e73e69d0 /doc | |
| parent | chore(jdtls): use config.root_dir instead of config.root_markers #4107 (diff) | |
| download | nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar.gz nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar.bz2 nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar.lz nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar.xz nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.tar.zst nvim-lspconfig-8e4cdc6aeddb7361ff774b41dd85a86e8b87404f.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 19ea808e..83acb218 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2401,11 +2401,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" } } ``` diff --git a/doc/configs.txt b/doc/configs.txt index 3bb80d47..ca0b4b64 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1564,11 +1564,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g9da316fcc4" + version = "0.12.0-dev+g35fc4fda99" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 |
