plugins/telescope: add defaultText for highlightTheme

This commit is contained in:
Sam 2025-08-09 16:47:35 -07:00 committed by Austin Horstman
parent 1d4816820c
commit b06bbe0cfa

View file

@ -77,6 +77,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
type = types.nullOr types.str; type = types.nullOr types.str;
description = "The colorscheme to use for syntax highlighting"; description = "The colorscheme to use for syntax highlighting";
default = config.colorscheme; default = config.colorscheme;
defaultText = literalExpression "config.colorscheme";
}; };
enabledExtensions = mkOption { enabledExtensions = mkOption {