diff options
author | Blaž Hrastnik | 2021-10-10 03:32:06 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-10 03:32:06 +0000 |
commit | 633b981db22bb30c601b838eaaeb814a64156125 (patch) | |
tree | 26ea79888179adc76a82f16c5cd0efc14ccb3c35 /book/src | |
parent | c7f3a971c0e42d1ecb8b91f075b2300040b656fa (diff) |
Make idle-timeout configurable
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 60b12bfd..f30146dd 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -19,6 +19,7 @@ To override global configuration parameters, create a `config.toml` file located | `line-number` | Line number display (`absolute`, `relative`) | `absolute` | | `smart-case` | Enable smart case regex searching (case insensitive unless pattern contains upper case characters) | `true` | | `auto-pairs` | Enable automatic insertion of pairs to parenthese, brackets, etc. | `true` | +| `idle-timeout` | Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant. | `400` | ## LSP |