aboutsummaryrefslogtreecommitdiff
path: root/book/src/configuration.md
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-08-16 14:58:13 +0000
committerBlaž Hrastnik2023-02-02 19:53:18 +0000
commit06d095f31cb83cde1a59b672c222277a42f6c9b6 (patch)
tree6be704dd8eaa5b53397c138fc46788e1ca9a5ad0 /book/src/configuration.md
parent0e038fb80cd5f9bcdfd5fc057843cc1d79a7d7ea (diff)
provide option to completely disable lsp
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r--book/src/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 87585ece..7514a3d0 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -115,6 +115,7 @@ 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` |
| `auto-signature-help` | Enable automatic popup of signature help (parameter hints) | `true` |
| `display-signature-help-docs` | Display docs under signature help popup | `true` |