plugins/blink-cmp: fix sources.per_filetype option type

This commit is contained in:
Heitor Augusto 2025-01-07 00:13:31 -03:00
parent 81c1ef2090
commit a352bb89b0
No known key found for this signature in database

View file

@ -490,7 +490,7 @@ in
Default sources.
'';
per_filetype = defaultNullOpts.mkAttrsOf (with types; attrsOf str) { } ''
per_filetype = defaultNullOpts.mkAttrsOf (with types; listOf str) { } ''
Sources per filetype.
'';