diff options
author | Skyler Hawthorne | 2022-08-16 14:58:13 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-02-02 19:53:18 +0000 |
commit | 06d095f31cb83cde1a59b672c222277a42f6c9b6 (patch) | |
tree | 6be704dd8eaa5b53397c138fc46788e1ca9a5ad0 /book | |
parent | 0e038fb80cd5f9bcdfd5fc057843cc1d79a7d7ea (diff) |
provide option to completely disable lsp
Diffstat (limited to 'book')
-rw-r--r-- | book/src/configuration.md | 1 |
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` | |