We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d48168 commit b06bbe0Copy full SHA for b06bbe0
plugins/by-name/telescope/default.nix
@@ -77,6 +77,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
77
type = types.nullOr types.str;
78
description = "The colorscheme to use for syntax highlighting";
79
default = config.colorscheme;
80
+ defaultText = literalExpression "config.colorscheme";
81
};
82
83
enabledExtensions = mkOption {
0 commit comments