vimPlugins.opencode-nvim: add curl and opencode to runtime dependencies

This commit is contained in:
Gaetan Lepage
2025-12-07 23:03:19 +00:00
parent 7d4b361431
commit e8a7cd432d
@@ -71,6 +71,8 @@
pandoc,
# nvim-tinygit
gitMinimal,
# opencode-nvim,
opencode,
# Preview-nvim dependencies
md-tui,
# sidekick-nvim dependencies
@@ -2869,6 +2871,13 @@ assertNoAdditions {
};
});
opencode-nvim = super.opencode-nvim.overrideAttrs {
runtimeDeps = [
curl
opencode
];
};
# The plugin depends on either skim-vim or fzf-vim, but we don't want to force the user so we
# avoid choosing one of them and leave it to the user
openscad-nvim = super.openscad-nvim.overrideAttrs {