mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/copilot-lua: add curl dependency
This commit is contained in:
parent
1deeb7f689
commit
284ce8043b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
dependencies = [ "curl" ];
|
||||
|
||||
settingsOptions =
|
||||
let
|
||||
mkKeymapOption = defaultNullOpts.mkNullableWithRaw (with types; either (enum [ false ]) str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue