plugins/copilot-chat: add curl dependency

This commit is contained in:
Heitor Augusto 2025-05-18 15:27:42 -03:00
parent 928fc1a16f
commit 6ef96cb478
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344

View file

@ -11,6 +11,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.GaetanLepage ];
dependencies = [ "curl" ];
settingsOptions = {
debug = defaultNullOpts.mkBool false ''
Enable debug logging.