From 033df515e4065cf5c2c29b4d2c881542921e37fb Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 9 Jan 2025 08:43:53 +0100 Subject: [PATCH] blink: disable auto-update of binaries --- modules/plugins/completion/blink-cmp/blink-cmp.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/plugins/completion/blink-cmp/blink-cmp.nix b/modules/plugins/completion/blink-cmp/blink-cmp.nix index 021441b2a..bec546cb0 100644 --- a/modules/plugins/completion/blink-cmp/blink-cmp.nix +++ b/modules/plugins/completion/blink-cmp/blink-cmp.nix @@ -83,6 +83,14 @@ in { ``` ''; }; + + fuzzy = { + prebuilt_binaries = { + download = mkBool false '' + Auto-downloads prebuilt binaries. Do not enable, it doesn't work on nix + ''; + }; + }; }; mappings = {