diff options
| -rw-r--r-- | doc/configs.md | 7 | ||||
| -rw-r--r-- | doc/configs.txt | 7 |
2 files changed, 10 insertions, 4 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 } } diff --git a/doc/configs.txt b/doc/configs.txt index 68486a65..3d77efe2 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,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" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -7539,6 +7539,9 @@ Default config: - capabilities: >lua { experimental = { + commands = { + commands = { "rust-analyzer.showReferences", "rust-analyzer.runSingle", "rust-analyzer.debugSingle" } + }, serverStatusNotification = true } } |
