Skip to content

Commit b06bbe0

Browse files
Samasaur1khaneliman
authored andcommitted
plugins/telescope: add defaultText for highlightTheme
1 parent 1d48168 commit b06bbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/by-name/telescope/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
7777
type = types.nullOr types.str;
7878
description = "The colorscheme to use for syntax highlighting";
7979
default = config.colorscheme;
80+
defaultText = literalExpression "config.colorscheme";
8081
};
8182

8283
enabledExtensions = mkOption {

0 commit comments

Comments
 (0)