plugins/blink-cmp: relax type of settings.sources.per_filetype.<ft>
This commit is contained in:
parent
5ae23bff4e
commit
3d7bcda3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue