Skip to content

Commit cad00c3

Browse files
committed
blink: do not set default for cmdline sources
1 parent 79993c7 commit cad00c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plugins/completion/blink-cmp/blink-cmp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ in {
4848
cmdline = {
4949
sources = mkOption {
5050
type = nullOr (listOf str);
51-
default = [];
51+
default = null;
5252
description = "List of sources to enable for cmdline. Null means use default source list.";
5353
};
5454

0 commit comments

Comments
 (0)