plugins/copilot-lua: add curl dependency

This commit is contained in:
Heitor Augusto 2025-05-17 12:47:54 -03:00
parent 1deeb7f689
commit 284ce8043b
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344

View file

@ -15,6 +15,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.HeitorAugustoLN ]; maintainers = [ lib.maintainers.HeitorAugustoLN ];
dependencies = [ "curl" ];
settingsOptions = settingsOptions =
let let
mkKeymapOption = defaultNullOpts.mkNullableWithRaw (with types; either (enum [ false ]) str); mkKeymapOption = defaultNullOpts.mkNullableWithRaw (with types; either (enum [ false ]) str);