Skip to content

Commit

Permalink
plugins/blink-cmp: fix sources.per_filetype option type
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Jan 7, 2025
1 parent 81c1ef2 commit a352bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/blink-cmp/settings-options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';

Expand Down

0 comments on commit a352bb8

Please sign in to comment.