diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-29 13:10:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-29 13:10:01 +0000 |
| commit | 48a9b4dcd9a3611edddd51972d8abb1a289c7724 (patch) | |
| tree | ac9d816c5a9c1ebed08ce61b410374cba975917f /doc/configs.md | |
| parent | feat(rust-analyzer): out-of-the-box support for codelens #4165 (diff) | |
| download | nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar.gz nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar.bz2 nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar.lz nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar.xz nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.tar.zst nvim-lspconfig-48a9b4dcd9a3611edddd51972d8abb1a289c7724.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index a86cb3a3..d51fc8fe 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2403,11 +2403,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g7088441de4" + version = "0.12.0-dev+g6dd6c5b523" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g7088441de4" + version = "0.12.0-dev+g6dd6c5b523" } } ``` @@ -10209,6 +10209,9 @@ Default config: ```lua { experimental = { + commands = { + commands = { "rust-analyzer.showReferences", "rust-analyzer.runSingle", "rust-analyzer.debugSingle" } + }, serverStatusNotification = true } } |
