diff options
author | Omnikar | 2021-11-05 02:25:08 +0000 |
---|---|---|
committer | GitHub | 2021-11-05 02:25:08 +0000 |
commit | cfc82858679d264d178a0b072da26828e685de12 (patch) | |
tree | 214e1e538effee89d28c3b948c290555d19e0d82 /book/src | |
parent | 51b4d35dce92fa7bf85780cb2ba0e531db378448 (diff) |
Allow infoboxes to be disabled (#972)
* Allow infoboxes to be disabled
* Document `infoboxes` default value
* Rename `infoboxes` to `auto_info`
* Document `auto-info`
* Fix incomplete rename
Diffstat (limited to 'book/src')
-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 7d6ff28f..be25441f 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -22,6 +22,7 @@ To override global configuration parameters, create a `config.toml` file located | `auto-completion` | Enable automatic pop up of auto-completion. | `true` | | `idle-timeout` | Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant. | `400` | | `completion-trigger-len` | The min-length of word under cursor to trigger autocompletion | `2` | +| `auto-info` | Whether to display infoboxes | `true` | ## LSP |