mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 07:02:58 +02:00
plugins/telescope: add defaultText for highlightTheme
This commit is contained in:
parent
1d4816820c
commit
b06bbe0cfa
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
type = types.nullOr types.str;
|
||||
description = "The colorscheme to use for syntax highlighting";
|
||||
default = config.colorscheme;
|
||||
defaultText = literalExpression "config.colorscheme";
|
||||
};
|
||||
|
||||
enabledExtensions = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue