diff options
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 } } |
