mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 ];
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||||
|
|
||||||
|
dependencies = [ "curl" ];
|
||||||
|
|
||||||
settingsOptions = {
|
settingsOptions = {
|
||||||
debug = defaultNullOpts.mkBool false ''
|
debug = defaultNullOpts.mkBool false ''
|
||||||
Enable debug logging.
|
Enable debug logging.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue