mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/blink-cmp: relax type of settings.sources.per_filetype.<ft>
This commit is contained in:
committed by
Gaétan Lepage
parent
5ae23bff4e
commit
3d7bcda3d1
@@ -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.
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user