mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
telescope: fix extensions type
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
parent
f2531e456c
commit
45e4a3bd6f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ in {
|
|||
setupOpts = mkPluginSetupOption "Telescope" setupOptions;
|
||||
|
||||
extensions = mkOption {
|
||||
type = listOf (attrsOf (submodule extensionOpts));
|
||||
type = listOf (submodule extensionOpts);
|
||||
default = [];
|
||||
example = literalExpression ''
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue