mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/blink-cmp: fix sources.per_filetype
option type
This commit is contained in:
parent
81c1ef2090
commit
a352bb89b0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue