From 6b5d445355f04d4ce25d8d49337a5b71ceb47f10 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/plugins/cmp/cmp.nix b/config/plugins/cmp/cmp.nix index dd519b1..7cfcdb7 100644 --- a/config/plugins/cmp/cmp.nix +++ b/config/plugins/cmp/cmp.nix @@ -2,6 +2,11 @@ plugins = { blink-cmp = { enable = true; + settings = { + signature = { + enabled = true; + }; + }; }; }; }