mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
plugins/blink-cmp: fix sources.per_filetype option type
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user