From c2185f25df6ae4c908a507d68bb63885c2f84a14 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 26 Dec 2024 05:38:31 +0100 Subject: [PATCH] blink: disable cmdline completion --- modules/plugins/completion/blink-cmp/blink-cmp.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/plugins/completion/blink-cmp/blink-cmp.nix b/modules/plugins/completion/blink-cmp/blink-cmp.nix index 5a374940..d5839201 100644 --- a/modules/plugins/completion/blink-cmp/blink-cmp.nix +++ b/modules/plugins/completion/blink-cmp/blink-cmp.nix @@ -36,6 +36,12 @@ in { description = "Default list of sources to enable for completion."; }; + cmdline = mkOption { + type = listOf str; + default = []; + description = "List of sources to enable for cmdline"; + }; + providers = mkOption { type = attrsOf providerType; default = {};