plugins/blink-cmp: relax type of settings.sources.per_filetype.<ft>

This commit is contained in:
Gaetan Lepage
2026-01-04 18:58:47 +00:00
committed by Gaétan Lepage
parent 5ae23bff4e
commit 3d7bcda3d1
@@ -497,7 +497,7 @@ in
Default sources.
'';
per_filetype = defaultNullOpts.mkAttrsOf (with types; listOf str) { } ''
per_filetype = defaultNullOpts.mkAttrsOf (with types; listOf anything) { } ''
Sources per filetype.
'';