Skip to content

Commit

Permalink
blink: disable cmdline completion
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 26, 2024
1 parent cd87a0f commit 32f06ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/plugins/completion/blink-cmp/blink-cmp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit 32f06ec

Please sign in to comment.