From a0bd39d40e983c9fdcd4909b0077b3ac8bf43ad6 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 7 Jan 2025 09:17:59 -0500 Subject: [PATCH] book: Document editor.lsp.display-progress-messages config option Connects #5535 --- book/src/editor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/src/editor.md b/book/src/editor.md index feec09fd..b731b3d1 100644 --- a/book/src/editor.md +++ b/book/src/editor.md @@ -143,7 +143,8 @@ The following statusline elements can be configured: | Key | Description | Default | | --- | ----------- | ------- | | `enable` | Enables LSP integration. Setting to false will completely disable language servers regardless of language settings.| `true` | -| `display-messages` | Display LSP progress messages below statusline[^1] | `false` | +| `display-messages` | Display LSP `window/showMessage` messages below statusline[^1] | `true` | +| `display-progress-messages` | Display LSP progress messages below statusline[^1] | `false` | | `auto-signature-help` | Enable automatic popup of signature help (parameter hints) | `true` | | `display-inlay-hints` | Display inlay hints[^2] | `false` | | `display-signature-help-docs` | Display docs under signature help popup | `true` |