1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00

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. Default sources.
''; '';
per_filetype = defaultNullOpts.mkAttrsOf (with types; attrsOf str) { } '' per_filetype = defaultNullOpts.mkAttrsOf (with types; listOf str) { } ''
Sources per filetype. Sources per filetype.
''; '';