aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-29 13:10:01 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-29 13:10:01 +0000
commit48a9b4dcd9a3611edddd51972d8abb1a289c7724 (patch)
treeac9d816c5a9c1ebed08ce61b410374cba975917f /doc/configs.md
parent feat(rust-analyzer): out-of-the-box support for codelens #4165 (diff)
downloadnvim-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.md7
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
}
}