Skip to content

Commit a0bd39d

Browse files
committed
book: Document editor.lsp.display-progress-messages config option
Connects #5535
1 parent e698b20 commit a0bd39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/src/editor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ The following statusline elements can be configured:
143143
| Key | Description | Default |
144144
| --- | ----------- | ------- |
145145
| `enable` | Enables LSP integration. Setting to false will completely disable language servers regardless of language settings.| `true` |
146-
| `display-messages` | Display LSP progress messages below statusline[^1] | `false` |
146+
| `display-messages` | Display LSP `window/showMessage` messages below statusline[^1] | `true` |
147+
| `display-progress-messages` | Display LSP progress messages below statusline[^1] | `false` |
147148
| `auto-signature-help` | Enable automatic popup of signature help (parameter hints) | `true` |
148149
| `display-inlay-hints` | Display inlay hints[^2] | `false` |
149150
| `display-signature-help-docs` | Display docs under signature help popup | `true` |

0 commit comments

Comments
 (0)