mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/copilot-chat: add curl dependency
This commit is contained in:
parent
928fc1a16f
commit
6ef96cb478
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
dependencies = [ "curl" ];
|
||||
|
||||
settingsOptions = {
|
||||
debug = defaultNullOpts.mkBool false ''
|
||||
Enable debug logging.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue