telescope: fix extensions type
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:
raf 2025-02-17 17:43:49 +00:00 committed by GitHub
parent f2531e456c
commit 45e4a3bd6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ in {
setupOpts = mkPluginSetupOption "Telescope" setupOptions;
extensions = mkOption {
type = listOf (attrsOf (submodule extensionOpts));
type = listOf (submodule extensionOpts);
default = [];
example = literalExpression ''
[