Skip to content

Commit

Permalink
book: Document editor.lsp.display-progress-messages config option
Browse files Browse the repository at this point in the history
Connects #5535
  • Loading branch information
the-mikedavis committed Jan 7, 2025
1 parent e698b20 commit a0bd39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit a0bd39d

Please sign in to comment.