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 | |
| 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')
| -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 } } |
