From 27e27cae148bdb3b5866af5b432ec9a29aac7e04 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 3 Jun 2026 11:07:08 +0330 Subject: [PATCH] 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 --- vendor/clink_settings.default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor/clink_settings.default b/vendor/clink_settings.default index 00026c7..84c8296 100644 --- a/vendor/clink_settings.default +++ b/vendor/clink_settings.default @@ -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