conf: restore the clink's "gray text" auto-suggestions display

The [`autosuggest.inline` feature](https://chrisant996.github.io/clink/clink.html#inline-suggestions) was disabled by default from the config in **a breaking change** from https://github.com/chrisant996/clink/releases/tag/v1.9.20 and later
This commit is contained in:
David Refoua
2026-06-03 11:07:08 +03:30
committed by GitHub
parent 4763821a77
commit 27e27cae14

View File

@@ -30,3 +30,7 @@ cmd.auto_answer = answer_yes
# name: Doskey completions
# type: color
color.doskey = yellow
# name: Show a suggestion in a muted color
# type: boolean
autosuggest.inline