From a12b46465535818b6f251d6cc75c6b00ca7696fb Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Wed, 1 Oct 2025 16:46:29 +0200 Subject: [PATCH] feat: enable blink signature Signed-off-by: Lander Van den Bulcke --- config/plugins/cmp/cmp.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/plugins/cmp/cmp.nix b/config/plugins/cmp/cmp.nix index dd519b1..a6a66e5 100644 --- a/config/plugins/cmp/cmp.nix +++ b/config/plugins/cmp/cmp.nix @@ -2,6 +2,17 @@ plugins = { blink-cmp = { enable = true; + settings = { + signature = { + enabled = true; + trigger = { + enabled = true; + }; + window = { + show_documentation = true; + }; + }; + }; }; }; }